]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - systemv/cupstestppd.c
Import CUPS trunk (1.4svn) r7116.
[thirdparty/cups.git] / systemv / cupstestppd.c
index 55b930a9e4ee9424fd0fb77792effe4d878ffdeb..8e7201f407eb1b9514be4220d9b264fd36277229 100644 (file)
@@ -2053,6 +2053,9 @@ check_translations(ppd_file_t *ppd,       /* I - PPD file */
        continue;
       }
 
+      if (!strcmp(langstart, "en"))
+        continue;
+
       cupsArrayAdd(langlist, langstart);
 
       strlcpy(ll, langstart, sizeof(ll));