From 42c2e50c2da9c628337af412939eff3fb96a1f44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Mon, 10 Oct 2016 15:08:46 +0200 Subject: [PATCH 1/2] nls: Revert "Fix missing update in cf4d5989383a" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was incorrect because cs_CZ.UTF-8 doesn't define XLC_LOCALE. Related to bug https://bugs.freedesktop.org/show_bug.cgi?id=81875#c7 This reverts commit 33840a5465a2e5fecab520bfbdd2d1bd0a456f51. Signed-off-by: Jiří Klimeš --- nls/locale.dir.pre | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nls/locale.dir.pre b/nls/locale.dir.pre index c4740a7..ccba036 100644 --- a/nls/locale.dir.pre +++ b/nls/locale.dir.pre @@ -302,7 +302,7 @@ en_US.UTF-8/XLC_LOCALE: ca_AD.UTF-8 en_US.UTF-8/XLC_LOCALE: ca_ES.UTF-8 en_US.UTF-8/XLC_LOCALE: ca_FR.UTF-8 en_US.UTF-8/XLC_LOCALE: ca_IT.UTF-8 -cs_CZ.UTF-8/XLC_LOCALE: cs_CZ.UTF-8 +en_US.UTF-8/XLC_LOCALE: cs_CZ.UTF-8 en_US.UTF-8/XLC_LOCALE: cy_GB.UTF-8 en_US.UTF-8/XLC_LOCALE: cs_CZ.UTF-8 en_US.UTF-8/XLC_LOCALE: da_DK.UTF-8 -- 2.10.0 From caff1f48dbf967d54c94b9bbb2fb039b7d079673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Mon, 10 Oct 2016 15:12:07 +0200 Subject: [PATCH 2/2] nls: remove duplicated line for cs_CZ.UTF-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related to bug https://bugs.freedesktop.org/show_bug.cgi?id=81875#c11 Signed-off-by: Jiří Klimeš --- nls/locale.dir.pre | 1 - 1 file changed, 1 deletion(-) diff --git a/nls/locale.dir.pre b/nls/locale.dir.pre index ccba036..92da876 100644 --- a/nls/locale.dir.pre +++ b/nls/locale.dir.pre @@ -304,7 +304,6 @@ en_US.UTF-8/XLC_LOCALE: ca_FR.UTF-8 en_US.UTF-8/XLC_LOCALE: ca_IT.UTF-8 en_US.UTF-8/XLC_LOCALE: cs_CZ.UTF-8 en_US.UTF-8/XLC_LOCALE: cy_GB.UTF-8 -en_US.UTF-8/XLC_LOCALE: cs_CZ.UTF-8 en_US.UTF-8/XLC_LOCALE: da_DK.UTF-8 en_US.UTF-8/XLC_LOCALE: de_AT.UTF-8 en_US.UTF-8/XLC_LOCALE: de_BE.UTF-8 -- 2.10.0