X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=systemv%2Fcupstestppd.c;h=8e7201f407eb1b9514be4220d9b264fd36277229;hb=0a6827453a0fe4a97ad37a6a1a7ffeb96a10e339;hp=55b930a9e4ee9424fd0fb77792effe4d878ffdeb;hpb=2e4ff8afcbae91304495e2c90b4965420422e363;p=thirdparty%2Fcups.git diff --git a/systemv/cupstestppd.c b/systemv/cupstestppd.c index 55b930a9e..8e7201f40 100644 --- a/systemv/cupstestppd.c +++ b/systemv/cupstestppd.c @@ -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));