mirror of
https://github.com/duplicati/duplicati.git
synced 2025-11-28 11:30:24 +08:00
4 lines
282 B
Bash
Executable file
4 lines
282 B
Bash
Executable file
#!/bin/bash
|
|
# angular-gettext-cli in PATH necessary
|
|
cd $( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
|
angular-gettext-cli --compile --files "*.po" --dest ../../Duplicati/Server/webroot/ngax/scripts/angular-gettext-cli_compiled_js_output.js --format javascript --module backupApp
|