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