#18207 closed enhancement (wontfix)
Unused strings in wp-langs.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 3.2 |
| Component: | I18N | Keywords: | has-patch |
| Focuses: | Cc: |
Description
There are some unused strings in wp-langs.php and wp-langs-en.js:
advlistshortcuts_deschelp_shortcutaccessibility_helpaccessibility_usage_title
Attachments (1)
Change History (5)
#3
@
15 years ago
- Resolution set to wontfix
- Status changed from new to closed
- Type changed from defect (bug) to enhancement
These are all part of TinyMCE. Some are not visible in our configuration but can be turned on by plugins, others are only used in the HTML source (in accessibility mode, for screen readers, etc.).
We can either translate them all or not translate any and use JS translation files, however that's quite harder both for maintenance and for translating (as it's all hard-coded, doesn't use .po .mo) and makes TinyMCE load slower.
Note: See
TracTickets for help on using
tickets.
Related: #16332, #16638