From: Bruno Haible <bruno@clisp.org> Date: Thu, 13 Feb 2025 01:18:05 +0000 (+0100) Subject: setlocale: Update info about Galician and Tamil. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=12e98b4afecc2e53208e23dd62be6ba96e7f9aec;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index 2c5fbac577..7cac4eb0e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2025-02-12 Bruno Haible <bruno@clisp.org> + + 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 <bruno@clisp.org> gettext-h: Fix compilation error on native Windows. diff --git a/lib/setlocale.c b/lib/setlocale.c index c239bd1e2c..0e977360b2 100644 --- a/lib/setlocale.c +++ b/lib/setlocale.c @@ -1,5 +1,5 @@ /* Set the current locale. -*- coding: utf-8 -*- - Copyright (C) 2009, 2011-2024 Free Software Foundation, Inc. + Copyright (C) 2009, 2011-2025 Free Software Foundation, Inc. This file is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -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 */