🌐 Skip non-essential translations

This commit is contained in:
Scott Lahteine
2021-09-19 19:25:01 -05:00
parent 6014dd9c7b
commit 669b68497c
28 changed files with 30 additions and 311 deletions

View File

@ -31,6 +31,7 @@ fi
echo "Missing strings for $TEST_LANGS..."
for WORD in $(awk '/LSTR/{print $2}' language_en.h); do
[[ $WORD == "MSG_MARLIN" ]] && break
LANG_LIST=""
for LANG in $TEST_LANGS; do
if [[ $(grep -c -E "^ *LSTR +$WORD\b" language_${LANG}.h) -eq 0 ]]; then