Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
feat: fix i18n with right camel case for footer links
Browse files Browse the repository at this point in the history
fix labels.privacy and labels.legal for br, es, it and pt
  • Loading branch information
clouless committed Aug 28, 2019
1 parent 22ce441 commit 766a914
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/@statusfy/core/client/locales/br-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"support": "Suporte",
"home": "Home",
"powered-by": "Powered by",
"legal": "Aviso legal",
"privacy": "Protección de datos"
"legal": "Aviso Legal",
"privacy": "Protección de Datos"
},
"statuses": {
"under-maintenance": "Em Manutenção",
Expand Down
4 changes: 2 additions & 2 deletions packages/@statusfy/core/client/locales/es-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"support": "Soporte",
"home": "Inicio",
"powered-by": "Respaldado por",
"legal": "Aviso legal",
"privacy": "Protección de datos"
"legal": "Aviso Legal",
"privacy": "Protección de Datos"
},
"statuses": {
"under-maintenance": "En Mantenimiento",
Expand Down
2 changes: 1 addition & 1 deletion packages/@statusfy/core/client/locales/it-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"home": "Home",
"powered-by": "Powered by",
"legal": "Colofone",
"privacy": "Protezione dei dati"
"privacy": "Protezione dei Dati"
},
"statuses": {
"under-maintenance": "In Manutenzione",
Expand Down
4 changes: 2 additions & 2 deletions packages/@statusfy/core/client/locales/pt-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"support": "Suporte",
"home": "Página Inicial",
"powered-by": "Criado com",
"legal": "Informação legal",
"privacy": "Proteção de dados"
"legal": "Informação Legal",
"privacy": "Proteção de Dados"
},
"statuses": {
"under-maintenance": "Em Manuntenção",
Expand Down

0 comments on commit 766a914

Please sign in to comment.