mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
Plug portugeuse to language service
This commit is contained in:
parent
f36fbe7a76
commit
7266420eec
3 changed files with 4 additions and 10 deletions
|
@ -26,6 +26,7 @@ namespace BTCPayServer.Services
|
|||
new Language("ja-JP", "日本語"),
|
||||
new Language("fr-FR", "Français"),
|
||||
new Language("es-ES", "Spanish"),
|
||||
new Language("pt-BR", "Portuguese (Brazil)")
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -100,7 +100,8 @@
|
|||
'de-DE': { translation: locales_de },
|
||||
'es-ES': { translation: locales_es },
|
||||
'ja-JP': { translation: locales_ja },
|
||||
'fr-FR': { translation: locales_fr }
|
||||
'fr-FR': { translation: locales_fr },
|
||||
'pt-BR': { translation: locales_pt_br }
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
const locales_pt = {
|
||||
const locales_pt_br = {
|
||||
nested: {
|
||||
lang: 'Idioma',
|
||||
},
|
||||
|
@ -46,11 +46,3 @@ Você pode retornar à {{storeName}} se desejar enviar seu pagamento novamente."
|
|||
"This invoice has been archived": "Essa fatura foi arquivada",
|
||||
"Archived_Body": "Por favor, contate o estabelecimento para informações e suporte"
|
||||
};
|
||||
|
||||
© 2018 GitHub, Inc.
|
||||
Terms
|
||||
Privacy
|
||||
Security
|
||||
Status
|
||||
Help
|
||||
|
Loading…
Add table
Reference in a new issue