Add pt-BR translation (thanks to @imfvieira)

and unify import naming for IETF BCP 47 language tags which are not ISO
639 codes

closes #73

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-04-10 22:19:59 +02:00
parent b6dc0b49aa
commit df67e2f511
No known key found for this signature in database
GPG key ID: D91C3E91E4CAD6F5
3 changed files with 31 additions and 2 deletions

View file

@ -5,10 +5,11 @@ import es from './es.json'
import fr from './fr.json'
import lv from './lv.json'
import nl from './nl.json'
import ptBR from './ptBR.json'
import ru from './ru.json'
import sv from './sv.json'
import zh from './zh.json'
import tw from './tw.json'
import zhTW from './zhTW.json'
export default {
ca,
@ -18,8 +19,9 @@ export default {
fr,
lv,
nl,
'pt-BR':ptBR,
ru,
sv,
zh,
'zh-TW': tw,
'zh-TW': zhTW,
}