DEVTOOLS: Added another exception to the POTFILES release check

This commit is contained in:
Eugene Sandulenko
2026-03-22 20:43:32 +01:00
parent 3979af9708
commit a93af8f8b0
+1 -1
View File
@@ -297,7 +297,7 @@ echo_n "Checking missing/extra POTFILES..."
git grep -l "common/translation\.h" | grep -v devtools/create_engine | grep -v devtools/release-checks.sh | \
grep -v devtools/generate-android-i18n-strings.py | grep -v engines/gob/detection/tables.h | \
grep -v avfaudio-text-to-speech.mm | grep -v engines/m4/subtitles.cpp | \
grep -v testbed/metaengine.cpp | sort > $TMP
grep -v testbed/metaengine.cpp | grep -v waynesworld/waynesworld.cpp| sort > $TMP
res=`diff - $TMP <<< "$list"`