diff options
author | Julien Lepiller <julien@lepiller.eu> | 2021-04-18 04:01:25 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-04-18 13:18:22 +0200 |
commit | 0f355124af123f793bfd3011341d2d539c965884 (patch) | |
tree | 8e0691b12d2ac676b19cb2c337f54f4c2fd0c95d /po/doc/local.mk | |
parent | d2d6c20feec37e74cde839bef09de674a1196e85 (diff) |
nls: Add Korean translation.
* po/doc/guix-cookbook.ko.po: New file.
* po/doc/guix-manual.ko.po: New file.
* doc/local.mk (info_TEXINFOS): Add them.
* po/doc/local.mk (DOC_PO_FILES, DOC_COOKBOOK_PO_FILES): Add them.
* po/guix/ko.po: New file.
* po/guix/LINGUAS: Add 'ko'.
* po/packages/ko.po: New file.
* po/packages/LINGUAS: Add 'ko'.
Diffstat (limited to 'po/doc/local.mk')
-rw-r--r-- | po/doc/local.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/po/doc/local.mk b/po/doc/local.mk index f3e05aaa6c..cfc3054ce2 100644 --- a/po/doc/local.mk +++ b/po/doc/local.mk @@ -22,6 +22,7 @@ DOC_PO_FILES= \ %D%/guix-manual.fa.po \ %D%/guix-manual.fr.po \ %D%/guix-manual.it.po \ + %D%/guix-manual.ko.po \ %D%/guix-manual.pt_BR.po \ %D%/guix-manual.ru.po \ %D%/guix-manual.sk.po \ @@ -30,7 +31,8 @@ DOC_PO_FILES= \ DOC_COOKBOOK_PO_FILES= \ %D%/guix-cookbook.de.po \ %D%/guix-cookbook.fa.po \ - %D%/guix-cookbook.fr.po + %D%/guix-cookbook.fr.po \ + %D%/guix-cookbook.ko.po EXTRA_DIST = \ %D%/guix-manual.pot \ |