diff options
author | Julien Lepiller <julien@lepiller.eu> | 2021-04-18 03:52:11 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-04-18 13:18:17 +0200 |
commit | 43fb84da6749a78d12ac0f13db4cecb435de7903 (patch) | |
tree | fdbedb871501f3b50ef62cc353cbef9e64aab64b /po/doc/local.mk | |
parent | 25bd0aefe5e04da2e983c08dbc909dac1932edaf (diff) | |
download | guix-43fb84da6749a78d12ac0f13db4cecb435de7903.tar.gz |
nls: Add Persian translation.
* po/packages/fa.po: New file. * po/packages/LINGUAS: Add 'fa'. * po/doc/guix-cookbook.fa.po: New file. * po/doc/guix-manual.fa.po: New file. * po/doc/local.mk (DOC_PO_FILES, DOC_COOKBOOK_PO_FILES): Add them. * doc/local.mk (info_TEXINFOS): Add them.
Diffstat (limited to 'po/doc/local.mk')
-rw-r--r-- | po/doc/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/doc/local.mk b/po/doc/local.mk index 317bd72947..f2d009fdc0 100644 --- a/po/doc/local.mk +++ b/po/doc/local.mk @@ -19,6 +19,7 @@ DOC_PO_FILES= \ %D%/guix-manual.es.po \ %D%/guix-manual.de.po \ + %D%/guix-manual.fa.po \ %D%/guix-manual.fr.po \ %D%/guix-manual.pt_BR.po \ %D%/guix-manual.ru.po \ @@ -27,6 +28,7 @@ DOC_PO_FILES= \ DOC_COOKBOOK_PO_FILES= \ %D%/guix-cookbook.de.po \ + %D%/guix-cookbook.fa.po \ %D%/guix-cookbook.fr.po EXTRA_DIST = \ |