From f76720d918d1a2c72811a6ec5b3a1fc4b52f768c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ballet?= Date: Sun, 26 Apr 2020 11:14:58 +0200 Subject: 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. --- nls/fr_FR/Makefile.am | 2 +- 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 @@ # nls/fr_FR/Makefile.am for Fluxbox - www.fluxbox.org THE_LANG = fr_FR -SRC_CODESET = ISO-8859-15 +SRC_CODESET = UTF-8 DEST_CODESETS = ISO-8859-15 UTF-8 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 @@ -$ codeset=ISO-8859-15 +$ codeset=UTF-8 $set 1 #Align -- cgit v0.11.2