Re: Solaris versus our NLS files
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Cc: Álvaro Herrera <alvherre@kurilemu.de>, Thomas Munro <thomas.munro@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2025-12-10T19:32:37Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add a regression test to verify that NLS translation works.
- 8c498479d70f 19 (unreleased) landed
-
Translation updates
- 3c70de2e12b9 12.0 cited
-
Translation updates for 8.4 release.
- a6667d96c5e4 8.4.0 cited
=?utf-8?Q?Dagfinn_Ilmari_Manns=C3=A5ker?= <ilmari@ilmari.org> writes: > Digging a bit more in the history of **/nb.po, there seems to be a > policy that files that are less than 80% translated are removed¹, BTW, while the wiki page does still say that, I have a vague idea that the policy might have been changed later. I dug in the archives and could find only this inconclusive discussion: https://www.postgresql.org/message-id/flat/CAECtzeV6dyu4jTOrorFW%3DB%3DEicyejWO7_Seew3Ch0%3D0wO%2BM-RQ%40mail.gmail.com However, the actual state of affairs doesn't seem to match the 80% rule. I see in src/backend/po in the v18 branch: de.po 99% es.po 93% fr.po 78% id.po 45% it.po 81% ja.po 99% ka.po 79% ko.po 99% pl.po 56% pt_BR.po 77% ru.po 99% sv.po 99% tr.po 60% uk.po 90% zh_CN.po 67% I annotated these with translation percentages from babel.postgresql.org, which are probably up-to-the-minute not reflective of where it was at 18.0 release. But there's no way that id.po went from >= 80% to 45% since release, and there are others that are well under 80%. So I'm not sure what the active policy really is, but it's not 80%. regards, tom lane