[wp-trac] Re: [WordPress Trac] #3089: Localized values for plugin
metadata
WordPress Trac
wp-trac at lists.automattic.com
Thu Jan 24 20:38:12 GMT 2008
#3089: Localized values for plugin metadata
-------------------------------------+--------------------------------------
Reporter: nbachiyski | Owner: ryan
Type: enhancement | Status: new
Priority: normal | Milestone: 2.5
Component: i18n | Version:
Severity: normal | Resolution:
Keywords: has-patch needs-testing |
-------------------------------------+--------------------------------------
Comment (by ryan):
We could make this work by having plugins call !__() with the exact same
string used in the header. This would get the string in the catalog.
Within WP, we could use a new function in place of !__() that does not
result in the string ending up in the catalog. This will avoid having
$description[1] in the po file.
Do we need Domain Path? In most plugins this is set dynamically based on
the directory the plugin is in. We can derive the path from the location
of the plugin.
--
Ticket URL: <http://trac.wordpress.org/ticket/3089#comment:18>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list