aboutsummaryrefslogtreecommitdiff
path: root/nls/es_ES/Makefile.am
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-05-23 10:28:39 (GMT)
committerfluxgen <fluxgen>2002-05-23 10:28:39 (GMT)
commit137e86058b62521cd7b22caea6614bc7be8c63dd (patch)
tree0aea109b8a6a20edb6b3a9432928e12d84b44dd7 /nls/es_ES/Makefile.am
parenta5daec2ae7c57afe0bd4880f807197b407cf5f24 (diff)
downloadfluxbox-137e86058b62521cd7b22caea6614bc7be8c63dd.zip
fluxbox-137e86058b62521cd7b22caea6614bc7be8c63dd.tar.bz2
updated to LANG when generating
Diffstat (limited to 'nls/es_ES/Makefile.am')
-rw-r--r--nls/es_ES/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/nls/es_ES/Makefile.am b/nls/es_ES/Makefile.am
index 8a47b3f..d7d2f02 100644
--- a/nls/es_ES/Makefile.am
+++ b/nls/es_ES/Makefile.am
@@ -29,5 +29,5 @@ Translation.m: $(MFILES)
29 29
30blackbox.cat: Translation.m 30blackbox.cat: Translation.m
31 @if test x$(NLSTEST) = "x-DNLS"; then \ 31 @if test x$(NLSTEST) = "x-DNLS"; then \
32 $(gencat_cmd) blackbox.cat Translation.m; \ 32 LANG=es_ES $(gencat_cmd) blackbox.cat Translation.m; \
33 fi 33 fi