diff --git a/openlibrary/i18n/cs/messages.po b/openlibrary/i18n/cs/messages.po index 8baabcda769..4c0771c6cd6 100644 --- a/openlibrary/i18n/cs/messages.po +++ b/openlibrary/i18n/cs/messages.po @@ -643,11 +643,11 @@ msgid "Email Verification Successful" msgstr "Ověření emailu uspělo" #: verify/success.html:11 -#, fuzzy, python-format +#, python-format msgid "" "Yay! Your email address has been verified. Please log in to " "continue." -msgstr "Váš email úspěšně ověřen a aktualizován ve vašem účtu." +msgstr "" #: add.html:3 check.html:3 msgid "Add a book" diff --git a/openlibrary/i18n/test_po_files.py b/openlibrary/i18n/test_po_files.py index cbc6f6b7eee..a81dbee561b 100644 --- a/openlibrary/i18n/test_po_files.py +++ b/openlibrary/i18n/test_po_files.py @@ -8,7 +8,7 @@ root = os.path.dirname(__file__) # Fix these and then remove them from this list -ALLOW_FAILURES = ('cs', 'hr', 'pl') +ALLOW_FAILURES = {'pl'} def trees_equal(el1: etree.Element, el2: etree.Element, error=True):