[wp-hackers] Internationalizing Plugins and Themes Solutions
(Jacob Santos)
kingler
kingler at 72pines.com
Thu Mar 6 17:25:13 GMT 2008
You can just use a normal .pot file and customize whatever strings you want.
After compiling into .mo file, simply save it as maybe en.mo in in the
wp-contents/languages folder.
Put in the following line in your wp-config.php
define ('WPLANG', 'en');
-Liang
kingler from 72pines
On Thu, Mar 6, 2008 at 8:15 AM, Tobias Birney Ross <tobias at ineye.com> wrote:
> Hope this isn't too out of place, but translating plugins reminds me of
> something I was thinking recently.
>
> Obviously the back-end is in US English with the e_ flag to tag what is
> translatable.
>
> It would be very handy to have a mirror english launguage, perhaps "Geek"
> of WordPress that contains all the translatable flags from wp-admin... this
> would allow you to easily change the names of the navigation and different
> elements, without changing much is /wp-admin/
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>
More information about the wp-hackers
mailing list