i18next#ResourceLanguage TypeScript Examples
The following examples show how to use
i18next#ResourceLanguage.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: index.ts From fishbowl with MIT License | 5 votes |
EmptyResourceLanguage: ResourceLanguage = { translation: {}, }
Example #2
Source File: index.ts From tobira with Apache License 2.0 | 5 votes |
languages = {
en: { translation: enTranslations as ResourceLanguage },
de: { translation: deTranslations as ResourceLanguage },
}