Fix language code for Spanish in Crowdin config
We were using `es`, which is the code we use in `config/locales/`, but Crowdin actually uses `es-ES`.
This commit is contained in:
@@ -4,7 +4,7 @@ files:
|
|||||||
ignore:
|
ignore:
|
||||||
- /config/locales/**/rails_date_order.yml
|
- /config/locales/**/rails_date_order.yml
|
||||||
excluded_target_languages:
|
excluded_target_languages:
|
||||||
- es
|
- es-ES
|
||||||
update_option: update_as_unapproved
|
update_option: update_as_unapproved
|
||||||
languages_mapping:
|
languages_mapping:
|
||||||
locale:
|
locale:
|
||||||
|
|||||||
Reference in New Issue
Block a user