I'm not sure how many people use a Galician or Tamil locale on macOS. But anyway:
2025-02-12 Bruno Haible <br...@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. 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 */