#11862 closed (fixed)
Hebrew translation mistake
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Translations | Version: | 1.1 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The Hebrew translation of the string:
"%(name)s object with primary key %(key)r does not exist.
"
is wrong.
It should be:
"הפריט %(name)s עם המפתח הראשי %(key)r אינו קיים.
"
Attachments (1)
Change History (4)
by , 15 years ago
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
(In [11550]) Fixed #11862 -- Corrected an error in the Hebrew translation. Thanks to Adam Rimon for the fix.