aboutsummaryrefslogtreecommitdiff
path: root/nls
diff options
context:
space:
mode:
authorPeter Pentchev <roam@ringlet.net>2014-02-05 11:49:07 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2014-02-19 16:31:00 (GMT)
commit58472fea6d1a88c864598141e63aac085b83c77b (patch)
tree09fa1fe7f40861a70e7b51f7a4defea212f01916 /nls
parent43bdf499d56c09a520dc3bc03438dee4092d3d58 (diff)
downloadfluxbox-58472fea6d1a88c864598141e63aac085b83c77b.zip
fluxbox-58472fea6d1a88c864598141e63aac085b83c77b.tar.bz2
Fix the Bulgarian translation's codeset.
The codeset of the Bulgarian translation was incorrectly specified as ISO-8859-1 instead of CP1251. This led to incorrect transcoding to UTF-8 and the display of wrong characters in the Fluxbox menu.
Diffstat (limited to 'nls')
-rw-r--r--nls/bg_BG/Makefile.am4
-rw-r--r--nls/bg_BG/Translation.m2
2 files changed, 3 insertions, 3 deletions
diff --git a/nls/bg_BG/Makefile.am b/nls/bg_BG/Makefile.am
index b457b23..5ba8ecb 100644
--- a/nls/bg_BG/Makefile.am
+++ b/nls/bg_BG/Makefile.am
@@ -1,8 +1,8 @@
1# nls/bg_BG/Makefile.am for Fluxbox - www.fluxbox.org 1# nls/bg_BG/Makefile.am for Fluxbox - www.fluxbox.org
2 2
3THE_LANG = bg_BG 3THE_LANG = bg_BG
4SRC_CODESET = ISO-8859-1 4SRC_CODESET = CP1251
5DEST_CODESETS = ISO-8859-1 UTF-8 5DEST_CODESETS = CP1251 UTF-8
6 6
7LOCALE_PATH = @LOCALE_PATH@ 7LOCALE_PATH = @LOCALE_PATH@
8NLSTEST = @NLS@ 8NLSTEST = @NLS@
diff --git a/nls/bg_BG/Translation.m b/nls/bg_BG/Translation.m
index 3c8130f..7b46956 100644
--- a/nls/bg_BG/Translation.m
+++ b/nls/bg_BG/Translation.m
@@ -1,4 +1,4 @@
1$ codeset=ISO-8859-1 1$ codeset=CP1251
2 2
3$set 1 #Align 3$set 1 #Align
4 4