mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
fix update-translations script to properly process nested classes/ directory, update translations
This commit is contained in:
@@ -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 or Content");
|
||||
@@ -61,4 +61,5 @@ __('Customize stylesheet');
|
||||
__('Sort headlines by feed date');
|
||||
__('Login with an SSL certificate');
|
||||
__('Try to send digests around specified time');
|
||||
__('Assign articles to labels automatically');
|
||||
?>
|
||||
|
||||
Binary file not shown.
+1634
-1151
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1574
-1151
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1620
-1112
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1576
-1140
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1639
-1136
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1577
-1071
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1624
-1124
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1634
-1155
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1581
-1114
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1622
-1016
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1584
-1120
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1552
-1077
File diff suppressed because it is too large
Load Diff
+1469
-629
File diff suppressed because it is too large
Load Diff
@@ -3,7 +3,7 @@ TEMPLATE=messages.pot
|
||||
|
||||
./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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user