Add new languages to CFBundleLocalizations key (#6835)

* Order tweak in lingui.config.js

* Add new languages to `CFBundleLocalizations` key

* Order tweak in dates.ts

* hyphen to en-dash

* change two `zh` tags to use script rather than region

* `zh_HK` ➡️ `yue-Hant`

* `pt` ➡️ `pt-BR`
This commit is contained in:
surfdude29
2024-12-02 17:28:11 +00:00
committed by GitHub
parent 5f4a0f2881
commit 770eeb59ca
4 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -44,8 +44,8 @@ import {useLanguagePrefs} from '#/state/preferences'
*/
const locales: Record<AppLanguage, Locale | undefined> = {
en: undefined,
ast: undefined,
an: undefined,
ast: undefined,
ca,
de,
['en-GB']: enGB,