[wp-hackers] Automatic textdomain append for plugins

Viper007Bond viper at viper007bond.com
Mon Mar 10 23:51:27 GMT 2008


Ah sweet, thanks!

On Mon, Mar 10, 2008 at 8:46 AM, Nikolay Bachiyski <nbachiyski at developer.bg>
wrote:

> Although I am a strong i18n advocate, plugin internationalization[0]
> has always driven me back, because I had to add textdomain to every
> gettext call.
>
> Developers, they say, are lazy, so I thought of a way not to do this
> any more. The result was the add-textdomain.php script:
>
> php add-textdomain.php shareadraft.php shareadraft
>
> This call adds 'shareadraft' as a last argument to all gettext calls
> in shareadraft.php and prints the modified php file on standard
> output. It makes sure it doesn't add the argument twice, so it is good
> for incremental usage.
>
> The script is available in the wordpress0i18n repo:
>
> http://svn.automattic.com/wordpress-i18n/tools/trunk/add-textdomain.php
>
> Happy hacking,
> Nikolay.
>
> [0]
> http://codex.wordpress.org/Writing_a_Plugin#Internationalizing_Your_Plugin
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>



-- 
Viper007Bond | http://www.viper007bond.com/ | http://www.finalgear.com/


More information about the wp-hackers mailing list