Opened 6 years ago
Closed 6 years ago
#3958 closed task (blessed) (fixed)
New style internationalization of quicktags.js
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2 |
| Component: | General | Version: | 2.2 |
| Severity: | normal | Keywords: | i18n js has-patch |
| Cc: |
Description
quicktags.js should also be i18ned using the new system, devised by mdwaffe.
However we should think of other place for defining the translatable strings, not in script-loader.php, because there could be plenty of them. We can have a separate file for js gettext strings - script-i18n.php.
Attachments (2)
Change History (10)
comment:1
nbachiyski — 6 years ago
- Keywords i18n js added
- Keywords has-patch added
- Milestone changed from 2.3 to 2.2
- Owner changed from anonymous to Nazgul
s/Quick Links1/Quick Links/
I think we should attribute_escape() strings that are bound for attributes.
Otherwise, looks good.
- Status changed from new to assigned
The patch has been updated per ryan's suggestions.
I removed the 1 (wonder how it got in in the first place) and added attribute_escape() to the 4 strings that go into attributes.
Note: See
TracTickets for help on using
tickets.

See also #3181