Add LibreTranslate #5

Merged
me merged 7 commits from dev into main 2025-07-26 12:02:51 -07:00
5 changed files with 160 additions and 0 deletions
Showing only changes of commit 43ee8de7ef - Show all commits

View File

@@ -10,6 +10,7 @@ source $DIR/.env
## Main ##
# Create folders.
if [[ $API_KEYS_DIR == "../*" ]]; then
API_KEYS_DIR="$DIR/$API_KEYS_DIR"
fi
@@ -19,3 +20,6 @@ if [[ $MODELS_DIR == "../*" ]]; then
MODELS_DIR="$DIR/$MODELS_DIR"
fi
mkdir -pv $MODELS_DIR
# Finish successfully.
exit 0