Skip to content

Commit

Permalink
Part 3: Added translation: Galician (Spain).
Browse files Browse the repository at this point in the history
Thanks to translators!
  • Loading branch information
xet7 committed Jan 29, 2022
1 parent 7e0bc91 commit a8e3dc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/components/main/layouts.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ Template.userFormsLayout.helpers({
name = 'español de Perú';
} else if (lang.name === 'Español de Puerto Rico') {
name = 'español de Puerto Rico';
} else if (lang.name === 'gl-ES') {
name = 'Galego (España)';
} else if (lang.name === 'oc') {
name = 'Occitan';
} else if (lang.name === 'ru-UA') {
Expand Down
2 changes: 2 additions & 0 deletions client/components/users/userHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,8 @@ Template.changeLanguagePopup.helpers({
name = 'español de Perú';
} else if (lang.name === 'Español de Puerto Rico') {
name = 'español de Puerto Rico';
} else if (lang.name === 'gl-ES') {
name = 'Galego (España)';
} else if (lang.name === 'oc') {
name = 'Occitan';
} else if (lang.name === 'ru-UA') {
Expand Down

0 comments on commit a8e3dc0

Please sign in to comment.