updated to LANG when generating
fluxgen fluxgen
14 files changed,
17 insertions(+),
20 deletions(-)
jump to
M
nls/bg_BG/Makefile.am
→
nls/bg_BG/Makefile.am
@@ -10,7 +10,7 @@ all-local: blackbox.cat
install-data-local: blackbox.cat @if test x$(NLSTEST) = "x-DNLS"; then \ echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG)"; \ - $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/sv_SE; \ + $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG); \ $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG); \ fi uninstall-local:@@ -27,5 +27,5 @@ fi
blackbox.cat: Translation.m @if test x$(NLSTEST) = "x-DNLS"; then \ - $(gencat_cmd) blackbox.cat Translation.m; \ + LANG=bg_BG $(gencat_cmd) blackbox.cat Translation.m; \ fi
M
nls/blackbox-nls.hh
→
nls/blackbox-nls.hh
@@ -176,9 +176,6 @@ bsetrootSet = 0x10,
bsetrootMustSpecify = 0x1, bsetrootUsage = 0x2, dummy_not_used = 0 //just for the ending -}; //end enum - -}; //end namespace - -#endif //BLACKBOX_NLS_HH - +}; //end enum\n +}; //end namespace\n +#endif //BLACKBOX_NLS_HH\n
M
nls/da_DK/Makefile.am
→
nls/da_DK/Makefile.am
@@ -26,5 +26,5 @@ fi
blackbox.cat: Translation.m @if test x$(NLSTEST) = "x-DNLS"; then \ - $(gencat_cmd) blackbox.cat Translation.m; \ + LANG=da_DK $(gencat_cmd) blackbox.cat Translation.m; \ fi
M
nls/es_ES/Makefile.am
→
nls/es_ES/Makefile.am
@@ -29,5 +29,5 @@ fi
blackbox.cat: Translation.m @if test x$(NLSTEST) = "x-DNLS"; then \ - $(gencat_cmd) blackbox.cat Translation.m; \ + LANG=es_ES $(gencat_cmd) blackbox.cat Translation.m; \ fi
M
nls/et_EE/Makefile.am
→
nls/et_EE/Makefile.am
@@ -26,5 +26,5 @@ fi
blackbox.cat: Translation.m @if test x$(NLSTEST) = "x-DNLS"; then \ - $(gencat_cmd) blackbox.cat Translation.m; \ + LANG=et_EE $(gencat_cmd) blackbox.cat Translation.m; \ fi
M
nls/fr_FR/Makefile.am
→
nls/fr_FR/Makefile.am
@@ -30,5 +30,5 @@ fi
blackbox.cat: Translation.m @if test x$(NLSTEST) = "x-DNLS"; then \ - $(gencat_cmd) blackbox.cat Translation.m; \ + LANG=fr_FR $(gencat_cmd) blackbox.cat Translation.m; \ fi
M
nls/it_IT/Makefile.am
→
nls/it_IT/Makefile.am
@@ -27,5 +27,5 @@ fi
blackbox.cat: Translation.m @if test x$(NLSTEST) = "x-DNLS"; then \ - $(gencat_cmd) blackbox.cat Translation.m; \ + LANG=it_IT $(gencat_cmd) blackbox.cat Translation.m; \ fi
M
nls/pt_BR/Makefile.am
→
nls/pt_BR/Makefile.am
@@ -26,5 +26,5 @@ fi
blackbox.cat: Translation.m @if test x$(NLSTEST) = "x-DNLS"; then \ - $(gencat_cmd) blackbox.cat Translation.m; \ + LANG=pt_BR $(gencat_cmd) blackbox.cat Translation.m; \ fi
M
nls/pt_PT/Makefile.am
→
nls/pt_PT/Makefile.am
@@ -26,5 +26,5 @@ fi
blackbox.cat: Translation.m @if test x$(NLSTEST) = "x-DNLS"; then \ - $(gencat_cmd) blackbox.cat Translation.m; \ + LANG=pt_PT $(gencat_cmd) blackbox.cat Translation.m; \ fi
M
nls/ru_RU/Makefile.am
→
nls/ru_RU/Makefile.am
@@ -26,5 +26,5 @@ fi
blackbox.cat: Translation.m @if test x$(NLSTEST) = "x-DNLS"; then \ - $(gencat_cmd) blackbox.cat Translation.m; \ + LANG=ru_RU $(gencat_cmd) blackbox.cat Translation.m; \ fi
M
nls/sv_SE/Makefile.am
→
nls/sv_SE/Makefile.am
@@ -27,5 +27,5 @@ fi
blackbox.cat: Translation.m @if test x$(NLSTEST) = "x-DNLS"; then \ - $(gencat_cmd) blackbox.cat Translation.m; \ + LANG=sv_SE $(gencat_cmd) blackbox.cat Translation.m; \ fi
M
nls/tr_TR/Makefile.am
→
nls/tr_TR/Makefile.am
@@ -31,5 +31,5 @@ fi
blackbox.cat: Translation.m @if test x$(NLSTEST) = "x-DNLS"; then \ - $(gencat_cmd) blackbox.cat Translation.m; \ + LANG=tr_TR $(gencat_cmd) blackbox.cat Translation.m; \ fi