anki/qt/po/scripts/fetch-latest-translations

10 lines
169 B
Plaintext
Raw Normal View History

#!/bin/bash
echo "Downloading latest translations..."
if [ ! -d repo ]; then
git clone https://github.com/ankitects/anki-desktop-i18n repo
fi
(cd repo && git pull)