updated to LANG when generating

This commit is contained in:
fluxgen 2002-05-23 10:28:39 +00:00
parent a5daec2ae7
commit 137e86058b
14 changed files with 17 additions and 20 deletions

View file

@ -10,7 +10,7 @@ all-local: blackbox.cat
install-data-local: blackbox.cat install-data-local: blackbox.cat
@if test x$(NLSTEST) = "x-DNLS"; then \ @if test x$(NLSTEST) = "x-DNLS"; then \
echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG)"; \ 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); \ $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG); \
fi fi
uninstall-local: uninstall-local:
@ -27,5 +27,5 @@ Translation.m: $(MFILES)
blackbox.cat: Translation.m blackbox.cat: Translation.m
@if test x$(NLSTEST) = "x-DNLS"; then \ @if test x$(NLSTEST) = "x-DNLS"; then \
$(gencat_cmd) blackbox.cat Translation.m; \ LANG=bg_BG $(gencat_cmd) blackbox.cat Translation.m; \
fi fi

View file

@ -176,9 +176,6 @@ enum {
bsetrootMustSpecify = 0x1, bsetrootMustSpecify = 0x1,
bsetrootUsage = 0x2, bsetrootUsage = 0x2,
dummy_not_used = 0 //just for the ending dummy_not_used = 0 //just for the ending
}; //end enum }; //end enum\n
}; //end namespace\n
}; //end namespace #endif //BLACKBOX_NLS_HH\n
#endif //BLACKBOX_NLS_HH

View file

@ -26,5 +26,5 @@ Translation.m: $(MFILES)
blackbox.cat: Translation.m blackbox.cat: Translation.m
@if test x$(NLSTEST) = "x-DNLS"; then \ @if test x$(NLSTEST) = "x-DNLS"; then \
$(gencat_cmd) blackbox.cat Translation.m; \ LANG=da_DK $(gencat_cmd) blackbox.cat Translation.m; \
fi fi

View file

@ -29,5 +29,5 @@ Translation.m: $(MFILES)
blackbox.cat: Translation.m blackbox.cat: Translation.m
@if test x$(NLSTEST) = "x-DNLS"; then \ @if test x$(NLSTEST) = "x-DNLS"; then \
$(gencat_cmd) blackbox.cat Translation.m; \ LANG=es_ES $(gencat_cmd) blackbox.cat Translation.m; \
fi fi

View file

@ -26,5 +26,5 @@ Translation.m: $(MFILES)
blackbox.cat: Translation.m blackbox.cat: Translation.m
@if test x$(NLSTEST) = "x-DNLS"; then \ @if test x$(NLSTEST) = "x-DNLS"; then \
$(gencat_cmd) blackbox.cat Translation.m; \ LANG=et_EE $(gencat_cmd) blackbox.cat Translation.m; \
fi fi

View file

@ -30,5 +30,5 @@ Translation.m: $(MFILES)
blackbox.cat: Translation.m blackbox.cat: Translation.m
@if test x$(NLSTEST) = "x-DNLS"; then \ @if test x$(NLSTEST) = "x-DNLS"; then \
$(gencat_cmd) blackbox.cat Translation.m; \ LANG=fr_FR $(gencat_cmd) blackbox.cat Translation.m; \
fi fi

View file

@ -27,5 +27,5 @@ Translation.m: $(MFILES)
blackbox.cat: Translation.m blackbox.cat: Translation.m
@if test x$(NLSTEST) = "x-DNLS"; then \ @if test x$(NLSTEST) = "x-DNLS"; then \
$(gencat_cmd) blackbox.cat Translation.m; \ LANG=it_IT $(gencat_cmd) blackbox.cat Translation.m; \
fi fi

View file

@ -26,5 +26,5 @@ Translation.m: $(MFILES)
blackbox.cat: Translation.m blackbox.cat: Translation.m
@if test x$(NLSTEST) = "x-DNLS"; then \ @if test x$(NLSTEST) = "x-DNLS"; then \
$(gencat_cmd) blackbox.cat Translation.m; \ LANG=pt_BR $(gencat_cmd) blackbox.cat Translation.m; \
fi fi

View file

@ -26,5 +26,5 @@ Translation.m: $(MFILES)
blackbox.cat: Translation.m blackbox.cat: Translation.m
@if test x$(NLSTEST) = "x-DNLS"; then \ @if test x$(NLSTEST) = "x-DNLS"; then \
$(gencat_cmd) blackbox.cat Translation.m; \ LANG=pt_PT $(gencat_cmd) blackbox.cat Translation.m; \
fi fi

View file

@ -51,6 +51,6 @@ $ #MaxOverSlit
$ #SloppyWindowGrouping $ #SloppyWindowGrouping
# çÒÕÐÐÉÒÏ×ËÁ "ÒÁÚÍÙÔÙÈ" ÏËÏÎ # çÒÕÐÐÉÒÏ×ËÁ "ÒÁÚÍÙÔÙÈ" ÏËÏÎ
$ #WorkspaceWarping $ #WorkspaceWarping
# Workspace Warping # Перемещение окон между рабочими столами
$ #DesktopWheeling $ #DesktopWheeling
# Desktop Wheeling # Desktop Wheeling

View file

@ -26,5 +26,5 @@ Translation.m: $(MFILES)
blackbox.cat: Translation.m blackbox.cat: Translation.m
@if test x$(NLSTEST) = "x-DNLS"; then \ @if test x$(NLSTEST) = "x-DNLS"; then \
$(gencat_cmd) blackbox.cat Translation.m; \ LANG=ru_RU $(gencat_cmd) blackbox.cat Translation.m; \
fi fi

View file

@ -1,7 +1,7 @@
$set 10 #Windowmenu $set 10 #Windowmenu
$ #SendTo $ #SendTo
# Отправить на ... # Отправить окно на ...
$ #SendGroupTo $ #SendGroupTo
# ïÔÐÒÁ×ÉÔØ ÇÒÕÐÐÕ ÎÁ... # ïÔÐÒÁ×ÉÔØ ÇÒÕÐÐÕ ÎÁ...
$ #Shade $ #Shade

View file

@ -27,5 +27,5 @@ Translation.m: $(MFILES)
blackbox.cat: Translation.m blackbox.cat: Translation.m
@if test x$(NLSTEST) = "x-DNLS"; then \ @if test x$(NLSTEST) = "x-DNLS"; then \
$(gencat_cmd) blackbox.cat Translation.m; \ LANG=sv_SE $(gencat_cmd) blackbox.cat Translation.m; \
fi fi

View file

@ -31,5 +31,5 @@ Translation.m: $(MFILES)
blackbox.cat: Translation.m blackbox.cat: Translation.m
@if test x$(NLSTEST) = "x-DNLS"; then \ @if test x$(NLSTEST) = "x-DNLS"; then \
$(gencat_cmd) blackbox.cat Translation.m; \ LANG=tr_TR $(gencat_cmd) blackbox.cat Translation.m; \
fi fi