Skip to content

Commit

Permalink
Merge pull request #258 from ZIMkaRU/feature/add-portuguese-translati…
Browse files Browse the repository at this point in the history
…ons-to-emails

Add Portuguese translations to emails
  • Loading branch information
prdn authored Mar 2, 2022
2 parents 035f1e4 + 4bb2321 commit 21f2b42
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion workers/loc.api/helpers/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const dateFormat = {
}
const language = {
type: 'string',
enum: ['en', 'ru', 'zh-CN', 'zh-TW', 'es-EM', 'tr']
enum: ['en', 'ru', 'zh-CN', 'zh-TW', 'es-EM', 'tr', 'pt-PT']
}

const paramsSchemaForPayInvoiceList = {
Expand Down
14 changes: 14 additions & 0 deletions workers/loc.api/queue/send-mail/translations/email.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,17 @@ tr:
youCan: Yapabilirsiniz
download: indir
pgpSignature: bir PGP dijital imza dosyası

pt-PT:
template:
subject: Seu relatório está pronto
btnText: Baixar CSV
fileName: Nome do arquivo
unauth: Não foi possível concluir seu arquivo, tente novamente
readyForDownload: O relatório solicitado está pronto para download
ifDidNotInitAction: Se você não iniciou esta ação e suspeita que sua conta pode estar comprometida
freezeAccount: por favor, congele sua conta
contactSupport: e entre em contato com o suporte
youCan: Você pode
download: baixar
pgpSignature: um arquivo de assinatura digital PGP

0 comments on commit 21f2b42

Please sign in to comment.