Skip to content

Commit

Permalink
Merge pull request #1 from emibcn/Abhijith126/covid/3-language-selector
Browse files Browse the repository at this point in the history
Fix translations for catalan and spanish
  • Loading branch information
Abhijith126 authored Oct 9, 2020
2 parents c463ee8 + 0ac5591 commit 608d646
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/src/i18n/ca-es.lang.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const common = {
"Refactored": "Refactoritzada",
"Close": "Tanca",
"About": "Quant a...",
"Language": "Langue",
"Language": "Idioma",
"Help": "Ajuda",
"Yes": "Si",
"No": "No",
Expand All @@ -13,7 +13,7 @@ const common = {

export default {
locale: "fr", // :(
name: "French",
name: "Català",

App: {
...common,
Expand Down
2 changes: 1 addition & 1 deletion app/src/i18n/es-es.lang.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const common = {

export default {
locale: "es",
name: "Spanish",
name: "Castellano",

App: {
...common,
Expand Down

0 comments on commit 608d646

Please sign in to comment.