From 456b57eea7b65f295d55a5d1fba6d89ad77b8551 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 13 Feb 2025 02:18:05 +0100 Subject: [PATCH] setlocale: Update info about Galician and Tamil. * lib/setlocale.c (locales_with_principal_territory): Galician is mostly spoken in Spain, not Portugal. Tamil is mostly spoken in India, not Sri Lanka. --- ChangeLog | 7 +++++++ lib/setlocale.c | 2 ++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index db1519e0bd..8f5b7302b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2025-02-12 Bruno Haible + + setlocale: Update info about Galician and Tamil. + * lib/setlocale.c (locales_with_principal_territory): Galician is + mostly spoken in Spain, not Portugal. Tamil is mostly spoken in India, + not Sri Lanka. + 2025-02-12 Bruno Haible gettext-h: Fix compilation error on native Windows. diff --git a/lib/setlocale.c b/lib/setlocale.c index 17744dcb17..0e977360b2 100644 --- a/lib/setlocale.c +++ b/lib/setlocale.c @@ -996,6 +996,7 @@ static char const locales_with_principal_territory[][6 + 1] = "fy_NL", /* Western Frisian Netherlands */ "ga_IE", /* Irish Ireland */ "gd_GB", /* Scottish Gaelic Britain */ + "gl_ES", /* Galician Spain */ "gon_IN", /* Gondi India */ "gsw_CH", /* Swiss German Switzerland */ "gu_IN", /* Gujarati India */ @@ -1114,6 +1115,7 @@ static char const locales_with_principal_territory[][6 + 1] = "suk_TZ", /* Sukuma Tanzania */ "sus_GN", /* Susu Guinea */ "sv_SE", /* Swedish Sweden */ + "ta_IN", /* Tamil India */ "te_IN", /* Telugu India */ "tem_SL", /* Timne Sierra Leone */ "tet_ID", /* Tetum Indonesia */ -- 2.39.5