Skip to content

Password hints translations should be harmonized #592

@cirosilvano

Description

@cirosilvano

We have two labels for password creations and reset:

  • help_password_creation (creation)
  • help_new_password (reset)

Many translations still reference an outdated 5-character limit, which is misleading for users and does not match both the default and the other translations.

Examples:

src/plone/app/locales/locales/id/LC_MESSAGES/plone.po
10428-#: plone/app/users/browser/passwordpanel.py:23
10429-#, fuzzy
10430:msgid "help_new_password"
10431-msgstr "Masukkan password baru anda. Minimal 5 karakter"   # <--- references outdated limited
10432-
src/plone/app/locales/locales/gl/LC_MESSAGES/plone.po
10585-#: CMFPlone/browser/login/templates/pwreset_form.pt:92
10586-#: plone/app/users/browser/passwordpanel.py:23
10587:msgid "help_new_password"
10588-msgstr "Introduza o seu contrasinal novo."    # <--- matches the default
10589-

We should base the translations so that they semantically match the defaults, which are more generic and don't hard-code the limit:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions