diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-05-13 10:45:17 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-05-13 10:46:03 +0200 |
commit | 3bac7e6495934de9913e6186d954d1331883e064 (patch) | |
tree | 664ab64a43be4c4ebe3dd90918c15396ffcaa590 /po/doc/local.mk | |
parent | a8e7ba75366f6f49e50c4348ab4057b7789e1e92 (diff) | |
download | guix-3bac7e6495934de9913e6186d954d1331883e064.tar.gz |
doc: Add Russian translation.
* doc/local.mk (info_TEXINFOS): Add guix.ru.texi. (TRANSLATED_INFO): Add {guix,contributing}.ru.texi. * po/doc/local.mk (DOC_PO_FILES): Add guix-manual.ru.po. * po/doc/guix-manual.ru.po: New file.
Diffstat (limited to 'po/doc/local.mk')
-rw-r--r-- | po/doc/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/doc/local.mk b/po/doc/local.mk index cb5266c623..fb3c5aee03 100644 --- a/po/doc/local.mk +++ b/po/doc/local.mk @@ -20,6 +20,7 @@ DOC_PO_FILES= \ %D%/guix-manual.es.po \ %D%/guix-manual.de.po \ %D%/guix-manual.fr.po \ + %D%/guix-manual.ru.po \ %D%/guix-manual.zh_CN.po EXTRA_DIST = \ |