UNPKG

laravel-vue-i18n

Version:

allows to connect your `Laravel` Framework localization files with `Vue`.

5 lines (4 loc) 160 B
/** * Select a proper translation string based on the given number. */ export declare function choose(message: string, number: number, lang: string): string;