Closed Bug 652908 Opened 13 years ago Closed 13 years ago

Don't use ’ in the copy

Categories

(Websites Graveyard :: markup.mozilla.org, defect, P1)

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: stas, Assigned: wenzel)

Details

(Keywords: l12y)

Attachments

(1 file)

Attached image Screenshot
The nice-looking apostrophe ’ isn't extracted well, as it's not one of the basic ASCII chars.

#: templates_orig/about.html:27
msgid ""
"Hereâs where youâll find more information on Mozilla, Evan Roth and the "
"project born of their collaboration."
msgstr ""

https://github.com/mozilla/markup/blob/master/ffdemo/templates_orig/about.html#L27

I think it renders the affected strings unlocalizable.
Assignee: nobody → adam
Severity: normal → major
Priority: -- → P1
Target Milestone: --- → 1.0
I'll also check if this is an error with string extraction in general. While the point in comment 0 is valid, UTF-8 should be supported.
Django's extraction tools have trouble handling UTF-8. Let's just get rid of these characters and that'll be it.
Assignee: adam → fwenzel
I removed the culprits.

https://github.com/mozilla/markup/commit/da08dc6
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Staś, mind verifying this one?  Thanks!
Status: RESOLVED → VERIFIED
Product: Websites → Websites Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: