mirror of
https://github.com/duplicati/duplicati.git
synced 2025-11-28 11:30:24 +08:00
6 lines
261 B
Bash
Executable file
6 lines
261 B
Bash
Executable file
#!/bin/bash
|
|
# 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
|