mirror of
https://github.com/Luzifer/ots.git
synced 2025-08-20 11:48:46 -04:00
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:
parent
b6dc0b49aa
commit
df67e2f511
3 changed files with 31 additions and 2 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue