From d61453d3cfc4d28a37d5928cd59b80a23a7a991f Mon Sep 17 00:00:00 2001 From: "Frank H. Ellenberger" Date: Tue, 14 Jan 2020 21:17:43 +0100 Subject: [PATCH] =?UTF-8?q?L12N:sv=5FAX=20Add=20Windows'=20name=20"Swedish?= =?UTF-8?q?=5F=C3=85land=20Islands"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch from Bug 725296, but in theory it had better fit in Bug 797569. --- gnucash/gnome/assistant-hierarchy.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnucash/gnome/assistant-hierarchy.c b/gnucash/gnome/assistant-hierarchy.c index 29c5113e77..72c6e74551 100644 --- a/gnucash/gnome/assistant-hierarchy.c +++ b/gnucash/gnome/assistant-hierarchy.c @@ -247,7 +247,9 @@ gnc_get_ea_locale_dir(const char *top_dir) locale = g_strdup("sv_SE"); else if (g_strcmp0(locale, "Swedish_Finland") == 0) locale =g_strdup("sv_FI"); - else + else if (g_strcmp0(locale, "Swedish_Ă…land Islands") == 0) + locale =g_strdup("sv_AX"); + else { locale = g_win32_getlocale(); if (!locale)