From 6f8f675f7e18d77e96ce7fc36411ad10927bdd4a Mon Sep 17 00:00:00 2001
From: Erno Salo <39559256+endormi@users.noreply.github.com>
Date: Mon, 25 May 2020 13:09:09 +0000
Subject: [PATCH] Add finnish translation (#340) (#341)
---
i18n/fi.toml | 23 +++++++++++++++++++++++
CONTRIBUTORS.md | 1 +
2 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 9745d4f..2cc8c16 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -67,3 +67,4 @@
- [FantasticMao](https://github.com/FantasticMao)
- [Utkarsh Gupta](https://utkarsh2102.com)
- [Latiif Alsharif](https://latiif.se)
+- [Endormi](https://endormi.io)
diff --git a/i18n/fi.toml b/i18n/fi.toml
new file mode 100644
index 0000000..83c9d37
--- /dev/null
+++ b/i18n/fi.toml
@@ -0,0 +1,23 @@
+[category]
+other = "kategoria"
+
+[tag]
+other = "merkki"
+
+[series]
+other = "sarja"
+
+[reading_time]
+other = "{{ .Count }}-minuuttia"
+
+[page_not_found]
+other = "Sivua ei löydetty"
+
+[page_does_not_exist]
+other = "Valitettavasti tätä sivua ei ole olemassa."
+
+[head_back]
+other = "Voit palata takaisin <a href=\"{{ . }}\">kotisivulle</a>."
+
+[powered_by]
+other = "Tarjoaa"
--
Gitblit v1.10.0