[fix] i18n checks

This commit is contained in:
ljf 2020-04-20 01:47:16 +02:00
parent d72156b91f
commit c0f27c0235

View file

@ -119,6 +119,9 @@ def find_expected_string_keys():
for level in ["danger", "thirdparty", "warning"]:
yield "confirm_app_install_%s" % level
for errortype in ["not_found", "error", "warning", "info"]:
yield "diagnosis_domain_expiration_" % errortype
for errortype in ["bad_status_code", "connection_error", "timeout"]:
yield "diagnosis_http_%s" % errortype