3 Update Translation
6543 edited this page 2021-10-06 16:56:48 +02:00
To update translations you first have to

setup

  1. install crowdin cli
  2. cp crowdin.example.yml crowdin.yml
  3. add your api key into crowdin.yml
after this is done you can

update

git checkout -f main -b crowdin_$(date "+%Y-%m-%d")

crowdin push
sleep 10s
crowdin pull

git add -u
git commit -S -m "Crowdin $(date "+%Y-%m-%d")"
git push -u origin crowdin_$(date "+%Y-%m-%d")

& create pull