fix update-translations script to properly process nested classes/ directory, update translations
This commit is contained in:
parent
fa2374d805
commit
be212a0036
|
@ -1,4 +1,4 @@
|
||||||
<?php # This file has been generated at: Thu Oct 18 12:56:32 MSK 2012
|
<?php # This file has been generated at: Mon Nov 12 14:25:49 MSK 2012
|
||||||
|
|
||||||
__("Title");
|
__("Title");
|
||||||
__("Title or Content");
|
__("Title or Content");
|
||||||
|
@ -61,4 +61,5 @@ __('Customize stylesheet');
|
||||||
__('Sort headlines by feed date');
|
__('Sort headlines by feed date');
|
||||||
__('Login with an SSL certificate');
|
__('Login with an SSL certificate');
|
||||||
__('Try to send digests around specified time');
|
__('Try to send digests around specified time');
|
||||||
|
__('Assign articles to labels automatically');
|
||||||
?>
|
?>
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
2098
messages.pot
2098
messages.pot
File diff suppressed because it is too large
Load Diff
|
@ -3,7 +3,7 @@ TEMPLATE=messages.pot
|
||||||
|
|
||||||
./utils/update-schema-translations.sh
|
./utils/update-schema-translations.sh
|
||||||
|
|
||||||
xgettext -kT_js_decl -kT_sprintf -kT_ngettext:1,2 -k__ -L PHP -o $TEMPLATE *.php help/*.php mobile/*.php classes/*.php include/*.php
|
xgettext -kT_js_decl -kT_sprintf -kT_ngettext:1,2 -k__ -L PHP -o $TEMPLATE *.php help/*.php mobile/*.php include/*.php `find classes -iname '*.php'`
|
||||||
|
|
||||||
xgettext --from-code utf-8 -k__ -L Java -j -o $TEMPLATE js/*.js
|
xgettext --from-code utf-8 -k__ -L Java -j -o $TEMPLATE js/*.js
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue