We update the texts in Spanish ourselves, just like we update the English texts. However, every time we get a pull request to update translations from Crowdin, we get a bunch of texts in Spanish that we ignore. Hopefully excluding the Spanish language will solve the issue.
25 lines
516 B
YAML
25 lines
516 B
YAML
files:
|
|
- source: /config/locales/en/**.yml
|
|
translation: /config/locales/%locale%/%original_file_name%
|
|
ignore:
|
|
- /config/locales/**/rails_date_order.yml
|
|
excluded_target_languages:
|
|
- es
|
|
update_option: update_as_unapproved
|
|
languages_mapping:
|
|
locale:
|
|
ar: ar
|
|
ast: ast
|
|
ca: ca
|
|
es-ES: es
|
|
fr: fr
|
|
gl: gl
|
|
he: he
|
|
it: it
|
|
nl: nl
|
|
pt-PT: pt
|
|
ru: ru
|
|
sr: sr
|
|
sr-CS: sr-CS
|
|
val-ES: val
|