aboutsummaryrefslogtreecommitdiff
path: root/nls/fr_FR/Makefile.am
diff options
context:
space:
mode:
authorSébastien Ballet <phenixia2003@users.sourceforge.net>2020-04-26 09:14:58 (GMT)
committerMathias Gumz <akira@fluxbox.org>2020-04-26 09:14:58 (GMT)
commitf76720d918d1a2c72811a6ec5b3a1fc4b52f768c (patch)
tree74e35bb4841e0231d96275504165586c79270566 /nls/fr_FR/Makefile.am
parentcbdb3beecc20d12500ce2c5a54621503b358a9e2 (diff)
downloadfluxbox-f76720d918d1a2c72811a6ec5b3a1fc4b52f768c.zip
fluxbox-f76720d918d1a2c72811a6ec5b3a1fc4b52f768c.tar.bz2
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.
Diffstat (limited to 'nls/fr_FR/Makefile.am')
-rw-r--r--nls/fr_FR/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/nls/fr_FR/Makefile.am b/nls/fr_FR/Makefile.am
index 90b05a1..52aeb05 100644
--- a/nls/fr_FR/Makefile.am
+++ b/nls/fr_FR/Makefile.am
@@ -1,7 +1,7 @@
1# nls/fr_FR/Makefile.am for Fluxbox - www.fluxbox.org 1# nls/fr_FR/Makefile.am for Fluxbox - www.fluxbox.org
2 2
3THE_LANG = fr_FR 3THE_LANG = fr_FR
4SRC_CODESET = ISO-8859-15 4SRC_CODESET = UTF-8
5DEST_CODESETS = ISO-8859-15 UTF-8 5DEST_CODESETS = ISO-8859-15 UTF-8
6 6
7include $(top_srcdir)/nls/nls.mk 7include $(top_srcdir)/nls/nls.mk