Closed
Bug 1344688
Opened 9 years ago
Closed 9 years ago
Chatzilla build/run fails with en-GB localization for locale.version and cmd.add-ons.label etc
Categories
(Mozilla Localizations :: en-GB / English (United Kingdom), enhancement)
Mozilla Localizations
en-GB / English (United Kingdom)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1343890
People
(Reporter: ray, Assigned: mamozrk)
Details
Building Chatzilla in Seamonkey with en-GB localization fails or Chatzilla won't run unless the following patches are applied.
Excluding the expected localization changes, a diff between
https://hg.mozilla.org/chatzilla/raw-file/tip/locales/en-US/chrome/chatzilla.properties
and
https://hg.mozilla.org/releases/l10n/mozilla-release/en-GB/raw-file/tip/extensions/irc/chrome/chatzilla.properties
shows:
@@ -37 +37 @@
-locale.version = 0.9.92
+locale.version = 0.9.91
@@ -83,7 +82,0 @@
-cmd.add-ons.label = Add-ons
-cmd.add-ons.help =
-cmd.jsconsole.label = JavaScript Console
-cmd.jsconsole.help =
-cmd.about-config.label = Advanced Configuration
-cmd.about-config.help =
The en-GB file needs to be patched with the updated locale.version = 0.9.92 and lines 83,7 for Chatzilla to build and run.
A minor detail which doesn't show is:
msg.mnu.motifs = Co&lor Scheme
should be
msg.mnu.motifs = Co&lour Scheme ?
Updated•9 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•