[bbDev] bb-gettext
Nikolay Bachiyski
nbachiyski at developer.bg
Thu Mar 20 14:48:31 GMT 2008
2008/3/20, Zoltan Maroti <zmaroti at gmail.com>:
> A line in the gettext script
>
> http://svn.automattic.com/bbpress-i18n/tools/trunk/bb-gettext
>
> Could be changed so my-plugins and my-templates directories are skipped
>
> change
> find . -name '*.php' -print \
> to
> find . \( ! -regex '.*my-.*' \) -name '*.php' -print \
>
> (at least i was told that plugins and unofficial templates are
> supposed to be left out from official translations)
The script is meant to be run on vanilla repository. However, you
don't need to generate a bbPress POT file yourself -- get one from:
http://svn.automattic.com/bbpress-i18n/pot/
These are generated daily.
Happy hacking,
Nikolay.
More information about the bbDev
mailing list