about summary refs log tree commit diff
path: root/lingui.config.js
diff options
context:
space:
mode:
authorMinseo Lee <itoupluk427@gmail.com>2024-01-11 16:07:47 +0900
committerGitHub <noreply@github.com>2024-01-10 23:07:47 -0800
commit5cc46241d75ecbd462f1b69a42d6d923dadf6d28 (patch)
tree8555b2bf682fd5132d227bb4c53446e910abe5cc /lingui.config.js
parent0b2daa787cc6ee7c9fe597aee8ccf9168bada7e7 (diff)
downloadvoidsky-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.js2
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',