Updated translation script

This commit is contained in:
pelya
2017-03-25 23:18:16 +02:00
committed by Sergii Pylypenko
parent a436e39cbd
commit f0daeb3812

View File

@@ -1,7 +1,7 @@
#!/bin/sh
mkdir -p ../translations/lang
git diff 1.6/master -- src/lang/english.txt | tail -n +5 | grep '^[+]' | cut -b 2- | \
git diff 1.7/master -- src/lang/english.txt | tail -n +5 | grep '^[+]' | cut -b 2- | \
grep -v "^STR_TABLET_CLOSE\b" | \
grep -v "^STR_TABLET_SHIFT\b" | \
grep -v "^STR_TABLET_CTRL\b" | \