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.
This commit is contained in:
parent
43bdf499d5
commit
58472fea6d
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# nls/bg_BG/Makefile.am for Fluxbox - www.fluxbox.org
|
||||
|
||||
THE_LANG = bg_BG
|
||||
SRC_CODESET = ISO-8859-1
|
||||
DEST_CODESETS = ISO-8859-1 UTF-8
|
||||
SRC_CODESET = CP1251
|
||||
DEST_CODESETS = CP1251 UTF-8
|
||||
|
||||
LOCALE_PATH = @LOCALE_PATH@
|
||||
NLSTEST = @NLS@
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$ codeset=ISO-8859-1
|
||||
$ codeset=CP1251
|
||||
|
||||
$set 1 #Align
|
||||
|
||||
|
|
Loading…
Reference in a new issue