chore: refresh fake security translations [DHIS2-19912] (backport to 2.43) - #23986
Merged
Conversation
…12] (backport to 2.43) Backport of #23073's deletion commit. Removes 27 fake security-related translations across 31 languages where the target value was byte-identical to the English source. Affected keys cover verify_email_*, email_2fa_*, OIDC/login, impersonation, password validation, and authority labels. Real translations preserved (the script only removed lines where the value matched the English source). Transifex DB was already pushed when the master PR landed; no separate push needed for this backport. Signed-off-by: Morten Svanaes <netroms@gmail.com>
|
vietnguyen
approved these changes
May 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Related: DHIS2-19912
Backport of #23073 (merged to master 2026-05-22).
Summary
Removes 27 fake security-related translation entries (target value byte-identical to the English source) across 31 languages. 621 lines deleted.
Affected key buckets:
verify_email_*,email_2fa_*) — 2.43+ onlylogin_with_*,oidc_login_failed,sign_in_with_openID,login_using_two_factor_authentication,two_factor_authentication_code,mandatory_parameter_missing,password_lowercase_validation)impersonate_user,F_IMPERSONATE_USER,F_PREVIOUS_IMPERSONATOR_AUTHORITY,F_USER_VIEW,F_USER_VIEW_WITHIN_MANAGED_GROUP,F_VISUALIZATION_EXTERNAL,F_EVENT_VISUALIZATION_EXTERNAL)Real (non-English) translations preserved — the script only removed lines where the value matched the English source byte-for-byte.
Transifex
The Transifex DB was already cleaned when #23073's master push happened. The next nightly
transifex-cicron will pick up these strings as "untranslated" for translator review across all branches.Test plan
AI Assisted