diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2024-04-04 18:51:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-04 10:51:54 -0700 |
commit | 8b3017bca08a8178e03ed4a43ec614125db975a4 (patch) | |
tree | 43bd5318d587b953b5d51d37cf9b275fa6574dd7 /lingui.config.js | |
parent | 51e939ed3da7afc2dffb82d86254573631c75ecf (diff) | |
download | voidsky-8b3017bca08a8178e03ed4a43ec614125db975a4.tar.zst |
Alphabetise languages by language code (#3350)
* Alphabetise languages in lingui.config.js * Alphabetise languages in helpers.ts * Alphabetise languages in i18n.ts * Alphabetise languages in i18n.ts * Alphabetise languages in i18n.web.ts * Alphabetise languages in languages.ts
Diffstat (limited to 'lingui.config.js')
-rw-r--r-- | lingui.config.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lingui.config.js b/lingui.config.js index b8e0da7bf..14a94b5de 100644 --- a/lingui.config.js +++ b/lingui.config.js @@ -2,6 +2,7 @@ module.exports = { locales: [ 'en', + 'ca', 'de', 'es', 'fi', @@ -9,15 +10,14 @@ module.exports = { 'ga', 'hi', 'id', + 'it', 'ja', 'ko', 'pt-BR', + 'tr', 'uk', - 'ca', 'zh-CN', 'zh-TW', - 'it', - 'tr', ], catalogs: [ { |