Conversation
13 tasks
Owner
Author
|
Close this PR, because upstream merged the following PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Groundwork for bringing the Japanese translation to 100%. This PR places the
.pocatalogs for all 26 message catalogs under
locale/ja/LC_MESSAGES/and appliesmechanical corrections only. It contains no translation work — that comes in PR #2.
This branch is kept as the upstream-sync branch. When upstream's
.potfiles areupdated, this branch is rebased,
msgmergeis run here, and the result is propagatedto
update-locale-ja.Changes
.pocatalogs for all 26 catalogs, i.e. 25 chapters plusindex(10 existing catalogs updated, 16 newly added)
potfiles were verified byte-identical tolocale/pot, so there isno drift from the English source
basic/graphsunder version controlcheck_terms.pyexits 0 for all 26 catalogs)Result of the rescue pass
Checked whether placing these catalogs dropped any previously translated strings.
Five messages exist in the Git version but not in the new one, and all five are
msgid-gone— the English source string itself was removed or changed. None ofthose msgids appear anywhere in the current
locale/pot. Zero translations needto be restored.
Current statistics
290 translated / 0 fuzzy / 1,171 untranslated / 1,461 total (summed per file)
Verification
msgfmt -cpasses for all 26 catalogscheck_terms.pyexits 0 for all 26 catalogsmsgidwas modified (verified withgit diff).mofiles are committedmake html-jacompletes and generates 25 HTML pages (same count and structure asen)basic/graphs.htmlrenders its heading in Japanese|place_N|are left in the generated HTMLKnown issues (deliberately not addressed in this PR)
Project-Id-Versionheader of the 16 newly added catalogs mixes workshopgenerations (Belém 3.0 / Auckland 3.1 / Hiroshima 3.2). This is inherited from the
files they were copied from.
PO-Revision-DateandLast-Translatorvalues. That is normal for untranslated catalogs; whether toupdate them will be decided when the translation is complete (PR docs(locale): translate all remaining chapters into Japanese #2).