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} */
|
/** @type {import('@i18next-toolkit/cli').I18nextToolkitConfig} */
|
||||||
const config = {
|
const config = {
|
||||||
locales: ['en', 'zh', 'jp', 'fr', 'de', 'pl', 'pt', 'ru'],
|
locales: ['en', 'zh', 'jp', 'fr', 'de', 'pl', 'pt', 'ru', 'ur'],
|
||||||
verbose: true,
|
verbose: true,
|
||||||
namespaces: ['translation'],
|
namespaces: ['translation'],
|
||||||
translator: {
|
translator: {
|
||||||
|
@ -32,4 +32,8 @@ export const languages = [
|
|||||||
label: '简体中文',
|
label: '简体中文',
|
||||||
key: 'zh',
|
key: 'zh',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Urdu',
|
||||||
|
key: 'ur',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user