mirror of
https://github.com/duplicati/duplicati.git
synced 2026-05-07 07:39:34 -04:00
7 lines
261 B
Bash
Executable File
7 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
|