Developer notes
How this localization works
The plugin reads localized copy from authored HTML and optional
message overrides. Translate the label, helper text, feedback
paragraph, requirement text, and message attributes in the page
language, then connect the meter to the input with
data-input-id.
<div
data-a11y-password-strength-meter
data-input-id="password"
data-feedback-id="password-strength-feedback"
data-strength-label-weak="Schwach"
data-met-text="Erfüllt"
data-needed-text="Fehlt"
data-live-template="Passwortstärke: {label}"
data-progress-value-template="{label}, {score} von {max}"
>
<p id="password-strength-feedback">
Passwortstärke: Nicht bewertet
</p>
</div>