mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-11 06:08:04 -06:00
8 lines
296 B
Bash
8 lines
296 B
Bash
#!/bin/bash
|
|
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 ..
|
|
flutter gen-l10n
|
|
popd |