Skip to content

Commit

Permalink
fix(i18n): fix "lang" parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitMY committed Nov 23, 2024
1 parent 22fed25 commit 3eae271
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/assets/i18n/cy.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"translate": {
"title": "Sign Cyfieithu",
"language-selector": {
"detected": "{{ lang}} - Wedi canfod",
"detected": "{{lang}} - Wedi canfod",
"detect": "Synhwyro iaith",
"more": "Mwy o Ieithoedd"
},
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/sr.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"translate": {
"title": "Sign преводилац",
"language-selector": {
"detected": "{{ланг}} – Откривено",
"detected": "{{lang}} – Откривено",
"detect": "Откриј језик",
"more": "Више језика"
},
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/yi.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"translate": {
"title": "Sign Translate",
"language-selector": {
"detected": "{{לאַנג}} - דיטעקטאַד",
"detected": "{{lang}} - דיטעקטאַד",
"detect": "ארפינד שפראך",
"more": "מער שפּראַכן"
},
Expand Down

0 comments on commit 3eae271

Please sign in to comment.