Question: README.translator file in release-notes
sebul <[email protected]> Tue, 28 Oct 2025 01:22:40 +0900
| Newsgroups | gmane.linux.debian.devel.documentation |
|---|---|
| Message-ID | <CANy4eeVDO=DCcd=c2NRFs+C8vudc3JXy4B3ZUgWq+tJOvM=ijw@mail.gmail.com> |
I read README.translator and I have a question. Create a new translation ------------------------ For example, let's assume "uk" translation is new. Here is a rough outline of what steps to take in order to create it: * Obtain source files as described in https://www.debian.org/doc/vcs#access: $ git clone [email protected]:ddp-team/release-notes.git $ cd release-notes $ mkdir uk Why make the uk directory in the release-notes directory? I think it is not needed.