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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user