mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 02:07:57 -06:00
5 lines
268 B
Bash
5 lines
268 B
Bash
#!/bin/bash
|
|
echo "Updating source language..."
|
|
crowdin download sources --identity=../crowdin_credentials.yml --config ../crowdin.yml --no-preserve-hierarchy
|
|
echo "Updating translations..."
|
|
crowdin download --identity=../crowdin_credentials.yml --config ../crowdin.yml |