From 988daec452162b8e0f88a10f167603720c169169 Mon Sep 17 00:00:00 2001 From: Deeman Date: Wed, 11 Mar 2026 14:59:43 +0100 Subject: [PATCH] fix(tests): allowlist country names identical in EN and DE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Malta, Costa Rica, Panama, El Salvador, Peru, Venezuela are spelled the same in both languages — not untranslated copy-paste. Co-Authored-By: Claude Opus 4.6 --- web/tests/test_i18n_parity.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/tests/test_i18n_parity.py b/web/tests/test_i18n_parity.py index 9b866cf..51362a9 100644 --- a/web/tests/test_i18n_parity.py +++ b/web/tests/test_i18n_parity.py @@ -36,7 +36,9 @@ _IDENTICAL_VALUE_ALLOWLIST = { "nav_admin", "nav_dashboard", "nav_feedback", # Country names that are the same "country_uk", "country_us", - "dir_country_CN", "dir_country_PT", "dir_country_TH", + "dir_country_CN", "dir_country_CR", "dir_country_MT", + "dir_country_PA", "dir_country_PE", "dir_country_PT", + "dir_country_SV", "dir_country_TH", "dir_country_VE", # Optional annotation "q9_company_note", # Dashboard chrome that stays English in DE (brand term)