Skip to content

Commit d95435a

Browse files
committed
feat: add id language support
1 parent 0587fb0 commit d95435a

File tree

3 files changed

+1397
-5
lines changed

3 files changed

+1397
-5
lines changed

src/client/i18next-toolkit.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @type {import('@i18next-toolkit/cli').I18nextToolkitConfig} */
22
const config = {
3-
locales: ['en', 'zh-CN', 'ja-JP', 'fr-FR', 'de-DE', 'pl-PL', 'pt-PT', 'ru-RU', 'tr-TR'],
3+
locales: ['en', 'zh-CN', 'ja-JP', 'fr-FR', 'de-DE', 'pl-PL', 'pt-PT', 'ru-RU', 'tr-TR', 'id-ID'],
44
verbose: true,
55
namespaces: ['translation'],
66
translator: {

0 commit comments

Comments
 (0)