From 0f355124af123f793bfd3011341d2d539c965884 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sun, 18 Apr 2021 04:01:25 +0200 Subject: 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'. --- po/doc/local.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'po/doc/local.mk') 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 \ -- cgit 1.4.1