author | Wuzzy <Wuzzy2@mail.ru> |
Mon, 03 Jun 2019 13:13:49 +0200 | |
changeset 15110 | e7ef969be8f4 |
parent 14094 | 30565866db82 |
permissions | -rwxr-xr-x |
14094
30565866db82
Add some useful translation checker scripts for Lua
Wuzzy <Wuzzy2@mail.ru>
parents:
diff
changeset
|
1 |
#!/bin/sh - |
30565866db82
Add some useful translation checker scripts for Lua
Wuzzy <Wuzzy2@mail.ru>
parents:
diff
changeset
|
2 |
echo "*** Luacheck of Lua locale files:" |
30565866db82
Add some useful translation checker scripts for Lua
Wuzzy <Wuzzy2@mail.ru>
parents:
diff
changeset
|
3 |
luacheck ../share/hedgewars/Data/Locale/*.lua --globals locale -q |
30565866db82
Add some useful translation checker scripts for Lua
Wuzzy <Wuzzy2@mail.ru>
parents:
diff
changeset
|
4 |
echo "Missing translations in Lua locale files:" |
30565866db82
Add some useful translation checker scripts for Lua
Wuzzy <Wuzzy2@mail.ru>
parents:
diff
changeset
|
5 |
grep -c -- "^--" ../share/hedgewars/Data/Locale/*.lua |