mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
826c826cc1
commit
d61453d3cf
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user