[bbDev] bb-gettext
Sam Bauers
sam at automattic.com
Thu Mar 20 23:30:09 GMT 2008
Hi Nikolay,
The bbPress structure allows us to quite safely skip "my_*"
directories and files. Plus, I don't think the nightly build covers
anything but trunk, and currently we are building the next release in
branches/0.8 - so these guys are generating their own.
Sam
On 21/03/2008, at 1:48 AM, Nikolay Bachiyski wrote:
> 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.
> _______________________________________________
> bbDev mailing list
> bbDev at lists.bbpress.org
> http://lists.bbpress.org/mailman/listinfo/bbdev
---------------------
Sam Bauers
Automattic, Inc.
sam at automattic.com
http://automattic.com
http://wordpress.com
http://wordpress.org
http://bbpress.org
http://unlettered.org
---------------------
More information about the bbDev
mailing list