UNPKG

magner

Version:

Universal admin panel magnetic to any backend

7 lines (6 loc) 276 B
import type { TranslationSchema } from './en'; /** * For pluralization in Russian, use i18n templates as '1 яблоко | 2 яблока | 5 яблок'. */ export declare const ruPluralization: (choice: number) => number; export declare const ruLocale: TranslationSchema;