Opened 16 years ago
Closed 15 years ago
#1962 closed task (fixed)
Localize the Editor2 widget
Reported by: | Adam Peller | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Internationalization | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
We need to make a pass through the .js and .html code for Editor2, move resources to files under src/widget/nls, and recruit people to translate them.
Cougar, I'll start, and you can help by taking the pattern and applying anywhere else you find strings. You'll probably want to take a careful look through each file in Editor2.
Change History (12)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
What do we do about fonts? This probably deserves its own ticket...
comment:3 Changed 16 years ago by
another tricky one is that images in the toolbar will have to change depending on the locale (e.g. b/i/u)
comment:4 Changed 16 years ago by
See also changeset [6655] to use localized resource in createlink dialog template
comment:5 Changed 15 years ago by
Priority: | normal → high |
---|---|
Type: | defect → task |
Hi Cougar. We need to start preparing for the translation process, so I'm going to bump the priority here. If you need help with this task, let me know.
comment:6 Changed 15 years ago by
Status: | new → assigned |
---|
comment:7 Changed 15 years ago by
comment:8 Changed 15 years ago by
comment:10 Changed 15 years ago by
Milestone: | 0.9 → 0.9beta |
---|
comment:11 Changed 15 years ago by
Milestone: | 0.9beta → 0.9 |
---|
given where we are in the schedule, we're setting expectations for editor in 0.9 beta a bit lower... cougar made a dent in this and hopefully the rewrite will address many of the remaining i18n issues anyway.
comment:12 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
marking closed, new issue should be filed under new cover
(In [6647]) Start localizing Editor2. References #1962