[bbDev] bb-gettext
Zoltan Maroti
zmaroti at gmail.com
Thu Mar 20 13:17:58 GMT 2008
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)
More information about the bbDev
mailing list