update translations
This commit is contained in:
parent
8a3e0b1aa6
commit
8182e64788
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
|
@ -26,4 +26,4 @@ for lang in $LANGS; do
|
|||
update_lang $PO_BASENAME
|
||||
done
|
||||
|
||||
./utils/update-js-translations.sh
|
||||
#./utils/update-js-translations.sh
|
||||
|
|
|
@ -5,6 +5,10 @@ if [ ! -f localized_js.php ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
echo "This script is not used anymore."
|
||||
|
||||
exit 0 # disabled
|
||||
|
||||
cat >localized_js.php <<HEADER
|
||||
<?php
|
||||
error_reporting(E_ERROR | E_WARNING | E_PARSE);
|
||||
|
|
Loading…
Reference in New Issue