mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Part 3: Added translation: Galician (Spain).
Thanks to translators!
This commit is contained in:
parent
7e0bc91a44
commit
a8e3dc06fe
2 changed files with 4 additions and 0 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue