2016-10-07 13:55:52 +02:00
|
|
|
#!/bin/bash
|
2016-10-04 21:10:59 +02:00
|
|
|
# angular-gettext-cli in PATH necessary
|
|
|
|
|
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
|
cd $SCRIPT_DIR
|
|
|
|
|
cd ../../Duplicati/Server/webroot/ngax
|
|
|
|
|
angular-gettext-cli --files "**/*.+(js|html)" --dest $SCRIPT_DIR"/"localization_webroot.pot
|