diff options
author | Julien Lepiller <julien@lepiller.eu> | 2021-04-18 02:33:39 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-04-18 13:17:31 +0200 |
commit | 58c5911652cfda308d45c190bad3e79367b1d200 (patch) | |
tree | 66003d0595380890e03223089c4a256fcbbdb851 /po/doc/local.mk | |
parent | 0571edc179fd2ba8edd603487c808717d6733604 (diff) |
nls: Add French translation of the cookbook.
Diffstat (limited to 'po/doc/local.mk')
-rw-r--r-- | po/doc/local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/po/doc/local.mk b/po/doc/local.mk index 751ea5a45f..a3b90d359a 100644 --- a/po/doc/local.mk +++ b/po/doc/local.mk @@ -24,7 +24,8 @@ DOC_PO_FILES= \ %D%/guix-manual.zh_CN.po DOC_COOKBOOK_PO_FILES= \ - %D%/guix-cookbook.de.po + %D%/guix-cookbook.de.po \ + %D%/guix-cookbook.fr.po EXTRA_DIST = \ %D%/guix-manual.pot \ |