]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/testlang.c
Update Apple language ID mapping to POSIX locale IDs (rdar://32419311)
[thirdparty/cups.git] / cups / testlang.c
index 6aa49ab407599045604c82bc11e529b1fe3953d6..9e543a8b2cc68ce210911b8ed47159e9bc3bc3fd 100644 (file)
@@ -138,6 +138,8 @@ main(int  argc,                             /* I - Number of command-line arguments */
         }
       }
 
+      printf("media-empty: %s\n", ppdLocalizeIPPReason(ppd, "media-empty", NULL, buffer, sizeof(buffer)));
+
       ppdClose(ppd);
     }
   }