mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-01-29 16:03:11 +02:00
Add Korean translation (#300)
* add ko.po * translate ko(~23.01.19) * change speaker-note ko * change id * translate ko(~23.01.20) * ~day3 keynote * draft done to f3446a91 * add @jiyongp comments of upstream PR #276. * sync & apply review comments(upstream) sync 585509bb * After 10000 line apply review comments(upstream) * chgange build.yml * Fix the inconsistent newline character problem for the KO translation If a msgid does not end with the newline character, so should the msgstr. Test: msgfmt --statistics -o /dev/null po/ko.po No error, but shows `1085 translated messages, 675 untranslated messages.` --------- Co-authored-by: Evan kim(cli) <keispace.kyj@gmail.com>
This commit is contained in:
parent
31ae4ac56b
commit
1040115d8c
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -84,6 +84,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
language:
|
language:
|
||||||
- da
|
- da
|
||||||
|
- ko
|
||||||
env:
|
env:
|
||||||
MDBOOK_BOOK__LANGUAGE: ${{ matrix.language }}
|
MDBOOK_BOOK__LANGUAGE: ${{ matrix.language }}
|
||||||
MDBOOK_PREPROCESSOR__GETTEXT__PO_FILE: po/${{ matrix.language }}.po
|
MDBOOK_PREPROCESSOR__GETTEXT__PO_FILE: po/${{ matrix.language }}.po
|
||||||
|
Loading…
x
Reference in New Issue
Block a user