From ff21b7ad63cffcd880690b02c57d9721e3457e05 Mon Sep 17 00:00:00 2001
From: Lari Huttunen <github@huttu.net>
Date: Wed, 02 Feb 2022 16:44:20 +0000
Subject: [PATCH] Finnish i18n. (#493)
---
i18n/fi.toml | 46 ++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 46 insertions(+), 0 deletions(-)
diff --git a/i18n/fi.toml b/i18n/fi.toml
new file mode 100644
index 0000000..f951069
--- /dev/null
+++ b/i18n/fi.toml
@@ -0,0 +1,46 @@
+[more]
+other = "Lisää"
+
+[allTitle]
+other = "Kaikki kirjoitukset"
+
+[recentTitle]
+other = "Viimeisimmät kirjoitukset"
+
+[readMore]
+other = "lue lisää"
+
+[whatsInThis]
+other = "Sisältö"
+
+[related]
+other = "Samankaltaisia kirjoituksia"
+
+[yourName]
+other = "sinun nimesi"
+
+[emailAddress]
+other = "sähköpostiosoite"
+
+[message]
+other = "viesti"
+
+[emailRequiredNote]
+other = "Sähköpostiosoite on pakollinen tieto."
+
+[send]
+other = "Lähetä"
+
+[taxonomyPageList]
+other = "Alla ovat sivut, jotka liittyvät hakusanaasi: “{{ .Title }}”"
+
+[readingTime]
+one = "Minuutin lukuaika"
+other = "{{ .Count }} minuutin lukuaika"
+
+[wordCount]
+one = "Yksi sana"
+other = "{{ .Count }} sanaa"
+
+[pageTitle]
+other = "{{ .Name }} sivu"
--
Gitblit v1.10.0