blob: d4ba26dd8473cce9032cb60c68e90b13934f4e9c [file] [log] [blame]
Adrià Vilanova Martínez73c01d42021-06-08 13:57:36 +02001#!/bin/bash
2#
3# Uploads source files to Crowdin for translation.
4
5if [[ $(git diff --stat) != '' ]]; then
6 echo 'The git tree is dirty. The source file has not been uploaded.'
7 exit 1
8fi
9
10crowdin upload -c crowdin.yml