aboutsummaryrefslogtreecommitdiff
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
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.
-rw-r--r--nls/fr_FR/Makefile.am2
-rw-r--r--nls/fr_FR/Translation.m2
2 files changed, 2 insertions, 2 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
diff --git a/nls/fr_FR/Translation.m b/nls/fr_FR/Translation.m
index 31d8137..02ea269 100644
--- a/nls/fr_FR/Translation.m
+++ b/nls/fr_FR/Translation.m
@@ -1,4 +1,4 @@
1$ codeset=ISO-8859-15 1$ codeset=UTF-8
2 2
3$set 1 #Align 3$set 1 #Align
4 4