diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2024-12-02 17:28:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-02 17:28:11 +0000 |
commit | 770eeb59ca583c9bbc121790e0393195eda6b796 (patch) | |
tree | 0a270aa544f67d0719a723250bb6fff8c1eb428e /src/components/hooks/dates.ts | |
parent | 5f4a0f2881b9420f3a3f3fb6527352f58a99d9ea (diff) | |
download | voidsky-770eeb59ca583c9bbc121790e0393195eda6b796.tar.zst |
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`
Diffstat (limited to 'src/components/hooks/dates.ts')
-rw-r--r-- | src/components/hooks/dates.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/hooks/dates.ts b/src/components/hooks/dates.ts index ac50769f9..67283249e 100644 --- a/src/components/hooks/dates.ts +++ b/src/components/hooks/dates.ts @@ -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, |