Add language: European Portuguese (pt-PT) (#8375)
* Update app.config.js * Update lingui.config.js * Update dates.ts * Update helpers.ts * Update i18n.ts * Update i18n.web.ts * Update languages.ts * Create messages.po * prettier
This commit is contained in:
@@ -33,6 +33,7 @@ import {
|
||||
ko,
|
||||
nl,
|
||||
pl,
|
||||
pt,
|
||||
ptBR,
|
||||
ro,
|
||||
ru,
|
||||
@@ -82,6 +83,7 @@ const locales: Record<AppLanguage, Locale | undefined> = {
|
||||
ne: undefined,
|
||||
nl,
|
||||
pl,
|
||||
['pt-PT']: pt,
|
||||
['pt-BR']: ptBR,
|
||||
ro,
|
||||
ru,
|
||||
|
||||
Reference in New Issue
Block a user