Closed
Bug 1037393
Opened 11 years ago
Closed 11 years ago
[eo] gaia content triggering compare-locales error
Categories
(Mozilla Localizations :: eo / Esperanto, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Pike, Unassigned)
Details
setup-manual-activesync-username.placeholder in http://hg.mozilla.org/gaia-l10n/eo/file/a74aaeede3e5/apps/email/email.properties#l115 has
setup-manual-activesync-username.placeholder=nomregno\uzantonomo
That should be a double escape,
setup-manual-activesync-username.placeholder=nomregno\\uzantonomo
It triggers bug 1037392 in compare-locales, which makes your recent landings not show up in the dashboard.
\u is just u, per parsing rules, so please make sure you have the \ escaped as \\.
Comment 1•11 years ago
|
||
Thanks Axel. Fixed:
http://hg.mozilla.org/gaia-l10n/eo/rev/12a21c418b58
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•11 years ago
|
||
awwww, still triggering my compare-locales bug. Working on that.
Comment 3•11 years ago
|
||
Is there a way to test this locally to help you find/solve the problem?
Updated•11 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Comment 4•11 years ago
|
||
I'm having an update on the dashboard, this will fix itself in the next few hours.
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•