diff options
author | fluxgen <fluxgen> | 2002-05-23 10:28:39 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-05-23 10:28:39 (GMT) |
commit | 137e86058b62521cd7b22caea6614bc7be8c63dd (patch) | |
tree | 0aea109b8a6a20edb6b3a9432928e12d84b44dd7 /nls/it_IT | |
parent | a5daec2ae7c57afe0bd4880f807197b407cf5f24 (diff) | |
download | fluxbox-137e86058b62521cd7b22caea6614bc7be8c63dd.zip fluxbox-137e86058b62521cd7b22caea6614bc7be8c63dd.tar.bz2 |
updated to LANG when generating
Diffstat (limited to 'nls/it_IT')
-rw-r--r-- | nls/it_IT/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nls/it_IT/Makefile.am b/nls/it_IT/Makefile.am index c05db87..1797882 100644 --- a/nls/it_IT/Makefile.am +++ b/nls/it_IT/Makefile.am | |||
@@ -27,5 +27,5 @@ Translation.m: $(MFILES) | |||
27 | 27 | ||
28 | blackbox.cat: Translation.m | 28 | blackbox.cat: Translation.m |
29 | @if test x$(NLSTEST) = "x-DNLS"; then \ | 29 | @if test x$(NLSTEST) = "x-DNLS"; then \ |
30 | $(gencat_cmd) blackbox.cat Translation.m; \ | 30 | LANG=it_IT $(gencat_cmd) blackbox.cat Translation.m; \ |
31 | fi | 31 | fi |