Home | History | Annotate | Download | only in nls
      1 #include "config.h"
      2 #include "libexif/i18n.h"
      3 
      4 #include <stdio.h>
      5 
      6 int main()
      7 {
      8   puts(LOCALEDIR);
      9   puts("\n");
     10   return 0;
     11 }
     12