UNPKG

laravel-vue-i18n

Version:

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

9 lines (8 loc) 166 B
/** * The Interface that is responsible for a language file. */ export interface LanguageJsonFileInterface { default: { [key: string]: string; }; }