Closed
Bug 83699
Opened 24 years ago
Closed 22 years ago
'comma' isn't intl safe for lists; need to make it a separate translatable entity
Categories
(Other Applications Graveyard :: ChatZilla, enhancement)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: rginda)
Details
from Bugzilla Bug 27805 ChatZilla needs i18n
Comment 1•24 years ago
|
||
timeless porvided an example of this in a chat session today.
For example,
File: handlers.js
+ (bundle.formatStringFromName("onTabCompleteRequestMsg2",[partialCommand,
cmds.join(", ")],2)
Note the use of a comma in "... cmds.join(",") ...".
Assignee | ||
Comment 2•24 years ago
|
||
I'll fix these as I come across them, unless someone points out a specific line
of code.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → REMIND
Comment 3•23 years ago
|
||
REMIND is deprecated per bug 35839.
Status: RESOLVED → REOPENED
Resolution: REMIND → ---
Comment 4•23 years ago
|
||
->rginda
Assignee: chiaki → rginda
Status: REOPENED → NEW
QA Contact: mozilla → samuel
Updated•23 years ago
|
Summary: 'comma' isn't intl safe for lists; need to make it a seperate translatable entity → 'comma' isn't intl safe for lists; need to make it a separate translatable entity
Assignee | ||
Comment 5•22 years ago
|
||
fixed
Status: NEW → RESOLVED
Closed: 24 years ago → 22 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Core → Other Applications
Updated•4 months ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•