nls/fr_FR: Fix encoding
The encoding of nls/fr_FR/Translation.m is UTF-8 (see 96c52db
). This
commit puts the correct "codeset" into place.
This commit is contained in:
parent
cbdb3beecc
commit
f76720d918
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# nls/fr_FR/Makefile.am for Fluxbox - www.fluxbox.org
|
# nls/fr_FR/Makefile.am for Fluxbox - www.fluxbox.org
|
||||||
|
|
||||||
THE_LANG = fr_FR
|
THE_LANG = fr_FR
|
||||||
SRC_CODESET = ISO-8859-15
|
SRC_CODESET = UTF-8
|
||||||
DEST_CODESETS = ISO-8859-15 UTF-8
|
DEST_CODESETS = ISO-8859-15 UTF-8
|
||||||
|
|
||||||
include $(top_srcdir)/nls/nls.mk
|
include $(top_srcdir)/nls/nls.mk
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
$ codeset=ISO-8859-15
|
$ codeset=UTF-8
|
||||||
|
|
||||||
$set 1 #Align
|
$set 1 #Align
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue