You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
list: ['i18next.t','i18n.t'],// List of functions to scan for translation keys
extensions: ['.js','.jsx']// File extensions to scan
},
lngs: ['en','es','ar','de','fr','id','it','ja','ko','nl','pt-br','ru','th','tl','tr','uk','vi','zh-cn'],// List of languages to generate translation files for
ns: ['translation'],// Namespace to use for translation keys
defaultLng: 'en',// Default language
resource: {
loadPath: 'src/i18n/locales/{{lng}}/{{ns}}.json',// Path to load existing translation files
savePath: 'src/i18n/locales/{{lng}}/{{ns}}.json',// Path to save updated translation files