diff --git a/locale/languages b/locale/languages index 709e17a1ffec033eb96a51eb598a5006ee07d7ad..170458e2db9e6eb79c4c85d5fcd96a4d746dd81d 100644 --- a/locale/languages +++ b/locale/languages @@ -40,7 +40,7 @@ # Skipped (see IMPORT_LANGUAGES_SKIP in settings.py). #23:Greek (Ελληνικά):el_GR 35:Esperanto (Esperanto):eo # Skipped (see IMPORT_LANGUAGES_SKIP in settings.py). #36:Spanish from Spain (Español de España):es_ES -# Skipped (see IMPORT_LANGUAGES_SKIP in settings.py). #34:Estonian (Eestlane):et_EE +# Skipped (see IMPORT_LANGUAGES_SKIP in settings.py). #34:Estonian (Eesti keel):et_EE 42:Basque (Euskara):eu_EU 26:Persian (ﯽﺳﺭﺎﻓ):fa_IR 6:Finnish (Suomi):fi_FI diff --git a/scripts/modules/bl_i18n_utils/settings.py b/scripts/modules/bl_i18n_utils/settings.py index 47632c2357e3fa126b2cdd7f08ee11eebd3a4ed5..f9a3ffe384a1a638b7bd5b93dfe2fd4a114f4681 100644 --- a/scripts/modules/bl_i18n_utils/settings.py +++ b/scripts/modules/bl_i18n_utils/settings.py @@ -68,7 +68,7 @@ LANGUAGES = ( (32, "Brazilian Portuguese (Português do Brasil)", "pt_BR"), # Using the utf8 flipped form of Hebrew (עִבְרִית)). (33, "Hebrew (תירִבְעִ)", "he_IL"), - (34, "Estonian (Eestlane)", "et_EE"), + (34, "Estonian (Eesti keel)", "et_EE"), (35, "Esperanto (Esperanto)", "eo"), (36, "Spanish from Spain (Español de España)", "es_ES"), (37, "Amharic (አማርኛ)", "am_ET"),