Updated tutorial dialog with more videos

This commit is contained in:
Sergii Pylypenko
2016-03-30 22:08:27 +03:00
committed by pelya
parent c1a6abf3b1
commit e70cc80e44
3 changed files with 37 additions and 33 deletions
+1 -1
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.6/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" | \