Closed
Bug 815594
Opened 13 years ago
Closed 11 years ago
Duplicate entries in l10n files v2
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: dwayne, Unassigned)
Details
Attachments
(1 file)
|
1.88 KB,
text/plain
|
Details |
Spotted a number of duplicate entries in l10n files again in Gaia.
The following patch removes those but be warned:
1) I tried to take out the first instance - to mimic how a .properties file would behave i.e. last entry wins.
2) The last entry might not be the one that should be removed
3) Some are obviously duplicates, but some look like they should be two separate entries in which case the key needs changing and I didn't do those.
| Reporter | ||
Comment 1•13 years ago
|
||
Sorry 2) should read "2) The first entry might not be the one that should be removed"
Comment 2•12 years ago
|
||
Some of the changes on the patch has already be done.
Right now the duplicate entries (on en-US) are:
"skip" on ftu.properties at:
http://hg.mozilla.org/gaia-l10n/en-US/file/0f9483d78c57/apps/communications/ftu/ftu.properties#l52
http://hg.mozilla.org/gaia-l10n/en-US/file/0f9483d78c57/apps/communications/ftu/ftu.properties#l210
"continue" on system.properties at:
http://hg.mozilla.org/gaia-l10n/en-US/file/0f9483d78c57/apps/system/system.properties#l81
http://hg.mozilla.org/gaia-l10n/en-US/file/0f9483d78c57/apps/system/system.properties#l218
"deny" on system.properties at:
http://hg.mozilla.org/gaia-l10n/en-US/file/0f9483d78c57/apps/system/system.properties#l57
http://hg.mozilla.org/gaia-l10n/en-US/file/0f9483d78c57/apps/system/system.properties#l215
"gitInfo" on settings.properties at:
http://hg.mozilla.org/gaia-l10n/en-US/file/0f9483d78c57/apps/settings/settings.properties#l520
http://hg.mozilla.org/gaia-l10n/en-US/file/0f9483d78c57/apps/settings/settings.properties#l542
Comment 3•11 years ago
|
||
It looks like the duplicates mentioned in the patch and comment 2 were removed at some point. Please file a new bug if there are new duplicate string keys. Thanks!
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•