i18n: Disable `es_ES` locale.

We already have generic `es` one, having more only makes sense if poeple
actually maintain them and they have different contents...
This commit is contained in:
Bastien Montagne 2020-04-06 11:23:29 +02:00
parent 480ff89bf7
commit 2a2d0d463a
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ IMPORT_MIN_LEVEL = 0.0
# Languages in /branches we do not want to import in /trunk currently...
IMPORT_LANGUAGES_SKIP = {
'am_ET', 'bg_BG', 'fi_FI', 'el_GR', 'et_EE', 'ne_NP', 'ro_RO', 'uz_UZ', 'uz_UZ@cyrillic', 'kk_KZ',
'am_ET', 'bg_BG', 'fi_FI', 'el_GR', 'et_EE', 'ne_NP', 'ro_RO', 'uz_UZ', 'uz_UZ@cyrillic', 'kk_KZ', 'es_ES',
}
# Languages that need RTL pre-processing.