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/fr_FR | |
parent | a5daec2ae7c57afe0bd4880f807197b407cf5f24 (diff) | |
download | fluxbox-137e86058b62521cd7b22caea6614bc7be8c63dd.zip fluxbox-137e86058b62521cd7b22caea6614bc7be8c63dd.tar.bz2 |
updated to LANG when generating
Diffstat (limited to 'nls/fr_FR')
-rw-r--r-- | nls/fr_FR/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nls/fr_FR/Makefile.am b/nls/fr_FR/Makefile.am index ba9ce69..97221e2 100644 --- a/nls/fr_FR/Makefile.am +++ b/nls/fr_FR/Makefile.am | |||
@@ -30,5 +30,5 @@ Translation.m: $(MFILES) | |||
30 | 30 | ||
31 | blackbox.cat: Translation.m | 31 | blackbox.cat: Translation.m |
32 | @if test x$(NLSTEST) = "x-DNLS"; then \ | 32 | @if test x$(NLSTEST) = "x-DNLS"; then \ |
33 | $(gencat_cmd) blackbox.cat Translation.m; \ | 33 | LANG=fr_FR $(gencat_cmd) blackbox.cat Translation.m; \ |
34 | fi | 34 | fi |