fix and test translations
[platform/upstream/libexif.git] / test / nls / print-localedir.c
1 #include "config.h"
2 #include "i18n.h"
3
4 #include <stdio.h>
5
6 int main(int argc, char *argv[])
7 {
8   puts(LIBEXIF_LOCALEDIR);
9   puts("\n");
10   return 0;
11 }