feat: Update translations

This commit is contained in:
Anton Stubenbord
2024-01-03 19:07:05 +01:00
parent 9adfefc0f5
commit c7d3d9207b
13 changed files with 191 additions and 12 deletions

View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -Eeuo pipefail
__script_dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
readonly __script_dir
cd "$__script_dir/../"
echo "Uploading source translation file..."
crowdin upload sources --identity=crowdin_credentials.yml --preserve-hierarchy
flutter packages pub get