Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#11862 closed (fixed)

Hebrew translation mistake

Reported by: AdamRimon@… 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)

he.diff (173 bytes ) - added by AdamRimon@… 15 years ago.

Download all attachments as: .zip

Change History (4)

by AdamRimon@…, 15 years ago

Attachment: he.diff added

comment:1 by Alex Gaynor, 15 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Russell Keith-Magee, 15 years ago

Resolution: fixed
Status: newclosed

(In [11550]) Fixed #11862 -- Corrected an error in the Hebrew translation. Thanks to Adam Rimon for the fix.

comment:3 by Russell Keith-Magee, 15 years ago

(In [11572]) [1.1.X] Fixed #11862 -- Corrected an error in the Hebrew translation. Thanks to Adam Rimon for the fix.

Merge of r11550 from trunk.

Note: See TracTickets for help on using tickets.
Back to Top