diff options
author | Sébastien Ballet <phenixia2003@users.sourceforge.net> | 2020-04-26 09:14:58 (GMT) |
---|---|---|
committer | Mathias Gumz <akira@fluxbox.org> | 2020-04-26 09:14:58 (GMT) |
commit | f76720d918d1a2c72811a6ec5b3a1fc4b52f768c (patch) | |
tree | 74e35bb4841e0231d96275504165586c79270566 | |
parent | cbdb3beecc20d12500ce2c5a54621503b358a9e2 (diff) | |
download | fluxbox-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.am | 2 | ||||
-rw-r--r-- | nls/fr_FR/Translation.m | 2 |
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 | ||
3 | THE_LANG = fr_FR | 3 | THE_LANG = fr_FR |
4 | SRC_CODESET = ISO-8859-15 | 4 | SRC_CODESET = UTF-8 |
5 | DEST_CODESETS = ISO-8859-15 UTF-8 | 5 | DEST_CODESETS = ISO-8859-15 UTF-8 |
6 | 6 | ||
7 | include $(top_srcdir)/nls/nls.mk | 7 | include $(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 | ||