Opened 5 years ago

Last modified 5 years ago

#30946 closed Bug

Hebrew translation of "This password is too short." message — at Version 2

Reported by: אורי Owned by: nobody
Component: Internationalization Version: 1.11
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by אורי)

The Hebrew singular translation of "This password is too short. (etc.)" is "סיסמה זו קצרה מדי. היא חייבת להכיל לפחות תו %(min_length)d .".

It should be "סיסמה זו קצרה מדי. היא חייבת להכיל לפחות תו %(min_length)d." (there should not be a blank space before the dot).

Although, I expect this string not to be used, because if there is a minimal length it would probably not be 1.

Applies to all versions of Django.

Change History (2)

comment:1 by אורי, 5 years ago

Version: 2.21.11

comment:2 by אורי, 5 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top