L12N:sv_AX Add Windows' name "Swedish_Åland Islands"

Patch from Bug 725296, but in theory it had better fit in Bug 797569.
This commit is contained in:
Frank H. Ellenberger 2020-01-14 21:17:43 +01:00
parent 826c826cc1
commit d61453d3cf

View File

@ -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)