anki/qt/i18n/copy-ftl-files

6 lines
152 B
Plaintext
Raw Normal View History

#!/bin/bash
targetDir=../aqt_data/locale/fluent
test -d $targetDir || mkdir -p $targetDir
rsync -a --delete --exclude=templates ftl/core/* $targetDir/