Files
paperless-mobile/scripts/update_translations.sh

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