Plug portugeuse to language service

This commit is contained in:
nicolas.dorier 2018-03-24 01:04:05 +09:00
parent f36fbe7a76
commit 7266420eec
3 changed files with 4 additions and 10 deletions

View file

@ -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)")
};
}
}

View file

@ -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 }
},
});

View file

@ -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