Opened 22 months ago

Closed 22 months ago

Last modified 22 months ago

#18207 closed enhancement (wontfix)

Unused strings in wp-langs.php

Reported by: SergeyBiryukov Owned by:
Priority: normal Milestone:
Component: I18N Version: 3.2
Severity: normal Keywords: has-patch
Cc:

Description

There are some unused strings in wp-langs.php and wp-langs-en.js:

  • advlist
  • shortcuts_desc
  • help_shortcut
  • accessibility_help
  • accessibility_usage_title

Attachments (1)

18207.patch (3.5 KB) - added by SergeyBiryukov 22 months ago.

Download all attachments as: .zip

Change History (5)

  • Milestone changed from Awaiting Review to 3.3
  • 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.

  • Keywords 3.3-early removed
  • Milestone 3.3 deleted
Note: See TracTickets for help on using tickets.