summary refs log tree commit diff
path: root/doc/local.mk
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-01-09 11:34:43 +0100
committerJulien Lepiller <julien@lepiller.eu>2022-01-09 11:35:59 +0100
commit934b0cdfee2078bad42429427e12d6ee2ddb7fec (patch)
tree89e63b00b3aaeaacd3ccbfb7893ce5a7e81ac90e /doc/local.mk
parent3e8e6ebf000b1cbc4ff4b9ba84c7abdcbdf0ffb4 (diff)
downloadguix-934b0cdfee2078bad42429427e12d6ee2ddb7fec.tar.gz
nls: Update translations.
* po/doc/guix-cookbook.fi.po: New file.
* po/doc/guix-manual.fi.po: New file.
* po/doc/local.mk: Add them.
* doc/local.mk: Add them.
* po/guix/fi.po: New file.
* po/guix/LINGUAS: Add it.
Diffstat (limited to 'doc/local.mk')
-rw-r--r--doc/local.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/local.mk b/doc/local.mk
index 029232b7ac..9619971296 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -22,8 +22,8 @@
 # along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
 
 # If adding a language, update the following variables, and info_TEXINFOS.
-MANUAL_LANGUAGES = de es fa fr it ko pt_BR ru sk zh_CN
-COOKBOOK_LANGUAGES = de es fa fr ko ru sk zh_Hans
+MANUAL_LANGUAGES = de es fa fi fr it ko pt_BR ru sk zh_CN
+COOKBOOK_LANGUAGES = de es fa fi fr ko ru sk zh_Hans
 
 # Arg1: A list of languages codes.
 # Arg2: The file name stem.
@@ -35,6 +35,7 @@ info_TEXINFOS = %D%/guix.texi			\
   %D%/guix.de.texi				\
   %D%/guix.es.texi				\
   %D%/guix.fa.texi				\
+  %D%/guix.fi.texi				\
   %D%/guix.fr.texi				\
   %D%/guix.it.texi				\
   %D%/guix.ko.texi				\
@@ -46,6 +47,7 @@ info_TEXINFOS = %D%/guix.texi			\
   %D%/guix-cookbook.de.texi			\
   %D%/guix-cookbook.es.texi			\
   %D%/guix-cookbook.fa.texi			\
+  %D%/guix-cookbook.fi.texi			\
   %D%/guix-cookbook.fr.texi			\
   %D%/guix-cookbook.ko.texi			\
   %D%/guix-cookbook.ru.texi			\