Exclude Spanish in Crowdin configuration
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.
This commit is contained in:
@@ -3,6 +3,8 @@ files:
|
|||||||
translation: /config/locales/%locale%/%original_file_name%
|
translation: /config/locales/%locale%/%original_file_name%
|
||||||
ignore:
|
ignore:
|
||||||
- /config/locales/**/rails_date_order.yml
|
- /config/locales/**/rails_date_order.yml
|
||||||
|
excluded_target_languages:
|
||||||
|
- es
|
||||||
update_option: update_as_unapproved
|
update_option: update_as_unapproved
|
||||||
languages_mapping:
|
languages_mapping:
|
||||||
locale:
|
locale:
|
||||||
|
|||||||
Reference in New Issue
Block a user