Re: How can i get initial Korean translation of release-notes
Holger Wansing <[email protected]> Sun, 26 Oct 2025 12:20:23 +0100
| Newsgroups | gmane.linux.debian.devel.documentation |
|---|---|
| Message-ID | <[email protected]> |
Hi, sebul <[email protected]> wrote (Sun, 26 Oct 2025 19:57:54 +0900): > Hello. I read the README.translators file. > I find there is no Korean translation of release-notes. > I run > sudo apt install latexmk python3-distro-info python3-sphinx python3-stemmer > tex-gyre texinfo texlive-fonts-recommended texlive-lang-all > texlive-latex-extra texlive-latex-recommended git "sphinx-intl" was missing in this list. You need that too. I have added this to the README.translators file now. Holger > and run > make update-po LANGS=ko > > And I got error messages. Help me please. > > Error messages are > > make update-po LANGS=ko > # Let's keep POT files next to PO files > sphinx-build -M gettext -d build/en source source/locales > Running Sphinx v8.1.3 > loading translations [en]... done > Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': > 'restructuredtext'}`. > loading pickled environment... done > building [gettext]: targets for 1 template files > reading templates... [100%] > /home/tu/release-notes/source/_templates/layout.html > building [gettext]: targets for 9 source files that are out of date > updating environment: 0 added, 0 changed, 0 removed > reading sources... > looking for now-outdated files... none found > preparing documents... done > copying assets... > copying assets: done > writing output... [100%] whats-new > writing message catalogs... [100%] whats-new > build succeeded. > > The message catalogs are in source/locales. > + LC_ALL=C.UTF-8 LANG=C.UTF-8 sphinx-intl update -d source/locales -p > source/locales -l ko > /bin/sh: 2: sphinx-intl: not found > make: *** [Makefile:198: update-po] Error 127