mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
Update missing translations table
This commit is contained in:
7
tools/gen_needed_translations.sh
Executable file
7
tools/gen_needed_translations.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
echo '-- generated by ./tools/gen_needed_translations.sh'
|
||||
echo 'Locales.neededTranslations = {'
|
||||
cat <(find \( -name "*.lua" -o -name "*.otui" \) -exec grep -oE "tr\\('(\\\\'|[^'])*'" {} \;) \
|
||||
<(find \( -name "*.lua" -o -name "*.otui" \) -exec grep -oE "tr\\(\"(\\\\\"|[^\"])*\"" {} \;) \
|
||||
| sort | uniq | sed "s/^tr(.\(.*\).$/ \"\1\",/"
|
||||
echo '}'
|
Reference in New Issue
Block a user