diff options
author | Peter Pentchev <roam@ringlet.net> | 2014-02-05 11:49:07 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2014-02-19 16:31:00 (GMT) |
commit | 58472fea6d1a88c864598141e63aac085b83c77b (patch) | |
tree | 09fa1fe7f40861a70e7b51f7a4defea212f01916 /nls | |
parent | 43bdf499d56c09a520dc3bc03438dee4092d3d58 (diff) | |
download | fluxbox-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.am | 4 | ||||
-rw-r--r-- | nls/bg_BG/Translation.m | 2 |
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 | ||
3 | THE_LANG = bg_BG | 3 | THE_LANG = bg_BG |
4 | SRC_CODESET = ISO-8859-1 | 4 | SRC_CODESET = CP1251 |
5 | DEST_CODESETS = ISO-8859-1 UTF-8 | 5 | DEST_CODESETS = CP1251 UTF-8 |
6 | 6 | ||
7 | LOCALE_PATH = @LOCALE_PATH@ | 7 | LOCALE_PATH = @LOCALE_PATH@ |
8 | NLSTEST = @NLS@ | 8 | NLSTEST = @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 | ||