summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xBuildTools/CheckTranslations.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/BuildTools/CheckTranslations.py b/BuildTools/CheckTranslations.py
index 95c7e91..b39af08 100755
--- a/BuildTools/CheckTranslations.py
+++ b/BuildTools/CheckTranslations.py
@@ -44,7 +44,7 @@ for filename in os.listdir("Swift/Translations") :
print "[Error] " + filename + ": Placeholder mismatch in translation '" + sourceText + "'"
if not finished :
print "[Warning] " + filename + ": Unfinished"
- if language not in desktop_generic_names :
+ if language not in desktop_generic_names and language != "en" :
print "[Warning] GenericName field missing in desktop entry for " + language
- if language not in desktop_comments :
+ if language not in desktop_comments and language != "en" :
print "[Warning] Comment field missing in desktop entry for " + language