rebase translations, update script to maybe extract more translations from js files (fuck you xgettext you piece of shit)
This commit is contained in:
Binary file not shown.
+1010
-919
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1063
-938
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1463
-1360
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1048
-901
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1503
-1450
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1048
-901
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1011
-917
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1048
-901
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.
+1509
-1473
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1012
-918
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1015
-903
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1024
-930
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1464
-1243
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1516
-1397
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1065
-940
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1028
-934
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1015
-921
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1001
-900
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1001
-900
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1096
-1002
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1028
-934
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1010
-916
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1018
-924
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1010
-907
File diff suppressed because it is too large
Load Diff
+987
-739
File diff suppressed because it is too large
Load Diff
@@ -5,6 +5,8 @@ xgettext -kT_js_decl -kT_sprintf -k_ngettext:1,2 -kT_ngettext:1,2 -k__ -L PHP -o
|
||||
|
||||
xgettext --from-code utf-8 -k__ -knotify_info -knotify_progress -kngettext -L Perl -j -o $TEMPLATE js/*.js `find plugins -iname '*.js'`
|
||||
|
||||
xgettext --from-code utf-8 -k__ -knotify_info -knotify_progress -kngettext -L Java -j -o $TEMPLATE js/*.js `find plugins -iname '*.js'`
|
||||
|
||||
update_lang() {
|
||||
if [ -f $1.po ]; then
|
||||
msgmerge --no-wrap --width 1 -U $1.po $TEMPLATE
|
||||
|
||||
Reference in New Issue
Block a user