Make WordPress Core

Changes between Initial Version and Version 3 of Ticket #15910


Ignore:
Timestamp:
12/20/2010 10:33:26 AM (15 years ago)
Author:
nacin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15910

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
    • Property Milestone changed from Awaiting Review to
  • Ticket #15910 – Description

    initial v3  
    1 It would be great if we could translate a plugin's name and description. One idea might be to add a my_plugin_dummy_function() to the plugin, and in there just have two calls to __() with the name and description, so that they get added to the .pot file and translated, and have the translation domain in the plugin header (like I18N Domain: whatever), and then have the admin panel that displays the list of plugins load the translations.
     1It would be great if we could translate a plugin's name and description. One idea might be to add a my_plugin_dummy_function() to the plugin, and in there just have two calls to `__()` with the name and description, so that they get added to the .pot file and translated, and have the translation domain in the plugin header (like I18N Domain: whatever), and then have the admin panel that displays the list of plugins load the translations.