Re: Time to publish the Polish translation?
[email protected] (André L F S Bacci) Sat, 26 Oct 2024 14:31:56 -0300
| Newsgroups | php.doc |
|---|---|
| Message-ID | <CAL1T4B2WbZ=LifAYGBU+VxvQTwL4sBAfoJDNoVfcdmQ2K7E2aw@mail.gmail.com> |
On Sat, Oct 26, 2024 at 10:03 AM Maciej Sobaczewski <[email protected]> wrote: > The only one left is related to (I believe) some infrastructure bug, > where upon enabling the Polish language appears on the list but it leads > to 404 page. I believe the language was enabled long enough for the docs > to be built, but it's been some time ago and now I'm not 100% sure. > This is a symptom of an old issue. The definition list of "what is an active, building, publishable" translation is spread in various files, in various formats, in various repositories. Running grep -ri --exclude-dir={.svn,.git} --color pt_BR . on a fresh checkout of doc-base reveal various places inside one repo. This may be the time to erase all duplications, in all repositories in favor of a unique file, and then make doc-base/configure.php generate various formats that these instances can local import or are replaced from .dist files, or download from building machines, if in other repositories. André