Skip to content

Commit

Permalink
fix: change NEVER_LOCALE to Interlingua (ia)
Browse files Browse the repository at this point in the history
freedomofpress/securedrop-dev-docs#85 standardizes our use of Esperanto
(eo) as a pseudolocale and Interlingua (ia) as a testing locale.  (Ido
[io] is not available in the CLDR used in our current Babel 2.9.1, so
we'll have to use ia for now.)
  • Loading branch information
cfm committed Aug 16, 2023
1 parent de2e423 commit 57510d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion securedrop/tests/test_i18n.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
from tests.factories import SecureDropConfigFactory
from werkzeug.datastructures import Headers

NEVER_LOCALE = "eo" # Esperanto
# Interlingua, per
# <https://developers.securedrop.org/en/latest/supported_languages.html>.
NEVER_LOCALE = "ia"


def create_config_for_i18n_test(
Expand Down

0 comments on commit 57510d8

Please sign in to comment.