Skip to content

Commit

Permalink
chore: Cleanup scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
astubenbord committed Oct 28, 2023
1 parent 93bb38b commit 7e2108a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 29 deletions.
24 changes: 0 additions & 24 deletions scripts/install_dependencies_fdroid.sh

This file was deleted.

9 changes: 4 additions & 5 deletions scripts/update_translations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ set -Eeuo pipefail
__script_dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
readonly __script_dir

cd "$__script_dir/../"
echo "Updating source language..."
crowdin download sources --identity=../crowdin_credentials.yml --config ../crowdin.yml --preserve-hierarchy
crowdin download sources --identity=crowdin_credentials.yml --preserve-hierarchy
echo "Updating translations..."
crowdin download --identity=../crowdin_credentials.yml --config ../crowdin.yml
pushd "$__script_dir/../"
flutter gen-l10n
popd
crowdin download --identity=crowdin_credentials.yml
flutter gen-l10n

0 comments on commit 7e2108a

Please sign in to comment.