mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-07 07:15:47 -06:00
feat: Bump version number, add changelogs
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
set -Eeuo pipefail
|
||||
|
||||
__script_dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
||||
readonly __script_dir
|
||||
|
||||
echo "Updating source language..."
|
||||
crowdin download sources --identity=../crowdin_credentials.yml --config ../crowdin.yml --preserve-hierarchy
|
||||
echo "Updating translations..."
|
||||
crowdin download --identity=../crowdin_credentials.yml --config ../crowdin.yml
|
||||
pushd ..
|
||||
pushd "$__script_dir/../"
|
||||
flutter gen-l10n
|
||||
popd
|
||||
Reference in New Issue
Block a user