diff options
author | Minseo Lee <itoupluk427@gmail.com> | 2024-01-11 16:07:47 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-10 23:07:47 -0800 |
commit | 5cc46241d75ecbd462f1b69a42d6d923dadf6d28 (patch) | |
tree | 8555b2bf682fd5132d227bb4c53446e910abe5cc /lingui.config.js | |
parent | 0b2daa787cc6ee7c9fe597aee8ccf9168bada7e7 (diff) | |
download | voidsky-5cc46241d75ecbd462f1b69a42d6d923dadf6d28.tar.zst |
Reorder the locales alphabetically and correct the name for Indonesian (#2483)
Diffstat (limited to 'lingui.config.js')
-rw-r--r-- | lingui.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lingui.config.js b/lingui.config.js index 8b4893835..882c48774 100644 --- a/lingui.config.js +++ b/lingui.config.js @@ -1,6 +1,6 @@ /** @type {import('@lingui/conf').LinguiConfig} */ module.exports = { - locales: ['en', 'hi', 'ja', 'fr', 'de', 'es', 'ko', 'es', 'pt-BR', 'uk', 'id'], + locales: ['en', 'de', 'es', 'fr', 'hi', 'id', 'ja', 'ko', 'pt-BR', 'uk'], catalogs: [ { path: '<rootDir>/src/locale/locales/{locale}/messages', |