Opened 18 years ago
Last modified 7 years ago
#7098 reviewing enhancement
Multiple entity codes in POT file for the same character
| Reported by: | leuce | Owned by: | chriscct7 |
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | I18N | Version: | 2.5.1 |
| Severity: | normal | Keywords: | has-patch dev-feedback |
| Cc: | Focuses: |
Description
In the wordpress.pot file, two characters are represented by both their numbered and lettered HTML entities. These are:
Em-dash: the POT file contains both — and —
Right angle quote: the POT file contains both » and »
I'm not sure if it matters but it certainly is a little inconsistent.
Attachments (3)
Change History (19)
#4
@
15 years ago
- Keywords close added; i18n comment translation l10n POT PO entities characters Unicode needs-patch removed
Inconsistent maybe, but I don't think it matters so much.
#6
@
15 years ago
+1 for ... => … => …
And also, i think that wordpress strings should not use » (»), « («), › (›), ‹ (‹) becouse of the RTL support.
If we change Log out » => Log out users will still understand the meaning.
#7
@
15 years ago
Same for ← and →.
We can change "← Back to %s" => "Back to %s" (wp-login.php:127).
#9
@
15 years ago
- Version 3.2.1 → 2.5.1
Version number is used to track when the bug was introduced/reported.
June 5, 2008, that would be 2.5.1.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Whoops... there are two more such cases I didn't even see:
Ellips: the POT file contains both … and …
Double right angle quote: the POT file contains both › and ›
I'm confident that these four are the only ones.