aboutsummaryrefslogtreecommitdiff
path: root/nls/bg_BG
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-10-04 12:44:47 (GMT)
committerrathnor <rathnor>2003-10-04 12:44:47 (GMT)
commit35fe2d5e128c1b13d34a5152945a1b8979401d6f (patch)
treeca52ca41b7a80acc290753d266b540b6a5c3eac4 /nls/bg_BG
parent158b515e21f0f0154041cd5985ec38fe37c0e875 (diff)
downloadfluxbox-35fe2d5e128c1b13d34a5152945a1b8979401d6f.zip
fluxbox-35fe2d5e128c1b13d34a5152945a1b8979401d6f.tar.bz2
fix nls bad message errors
Diffstat (limited to 'nls/bg_BG')
-rw-r--r--nls/bg_BG/Makefile.am9
1 files changed, 6 insertions, 3 deletions
diff --git a/nls/bg_BG/Makefile.am b/nls/bg_BG/Makefile.am
index e524853..b5710fb 100644
--- a/nls/bg_BG/Makefile.am
+++ b/nls/bg_BG/Makefile.am
@@ -1,4 +1,7 @@
1THE_LANG=bg_BG 1# nls/bg_BG/Makefile.am for Fluxbox - an X11 Window Manager
2
3THE_LANG = bg_BG
4CODESET = ISO-8859-1
2 5
3NLSTEST = @NLS@ 6NLSTEST = @NLS@
4CLEANFILES = fluxbox.cat 7CLEANFILES = fluxbox.cat
@@ -22,10 +25,10 @@ uninstall-local:
22Translation.m: $(MFILES) 25Translation.m: $(MFILES)
23 @if test x$(NLSTEST) = "x-DNLS"; then \ 26 @if test x$(NLSTEST) = "x-DNLS"; then \
24 rm -f Translation.m; \ 27 rm -f Translation.m; \
25 awk -f ../convert.awk output=Translation.m $(MFILES); \ 28 awk -f ../convert.awk codeset=$(CODESET) output=Translation.m $(MFILES); \
26 fi 29 fi
27 30
28fluxbox.cat: Translation.m 31fluxbox.cat: Translation.m
29 @if test x$(NLSTEST) = "x-DNLS"; then \ 32 @if test x$(NLSTEST) = "x-DNLS"; then \
30 LANG=bg_BG $(gencat_cmd) fluxbox.cat Translation.m; \ 33 LANG=$(THE_LANG) $(gencat_cmd) fluxbox.cat Translation.m; \
31 fi 34 fi