Again add locales and country code
This commit is contained in:
parent
068821f2d2
commit
1c46b794ea
@ -1,6 +1,6 @@
|
||||
/** @type {import('@i18next-toolkit/cli').I18nextToolkitConfig} */
|
||||
const config = {
|
||||
locales: ['en', 'zh', 'jp', 'fr', 'de', 'pl', 'pt', 'ru'],
|
||||
locales: ['en', 'zh', 'jp', 'fr', 'de', 'pl', 'pt', 'ru', 'ur'],
|
||||
verbose: true,
|
||||
namespaces: ['translation'],
|
||||
translator: {
|
||||
|
@ -32,4 +32,8 @@ export const languages = [
|
||||
label: '简体中文',
|
||||
key: 'zh',
|
||||
},
|
||||
{
|
||||
label: 'Urdu',
|
||||
key: 'ur',
|
||||
},
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user