mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-06 01:15:44 -06:00
feat: Update translations
This commit is contained in:
10
scripts/upload_translation_source.sh
Normal file
10
scripts/upload_translation_source.sh
Normal 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
|
||||
Reference in New Issue
Block a user