From 22da2f8c02d122e680b534daa4196c24b52993d6 Mon Sep 17 00:00:00 2001 From: Atte <47223277+addei@users.noreply.github.com> Date: Sat, 24 May 2025 07:51:17 +0300 Subject: [PATCH] Add Finnish language translation (#1736) --- i18n/fi.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 i18n/fi.yaml diff --git a/i18n/fi.yaml b/i18n/fi.yaml new file mode 100644 index 00000000..cbbf3c4e --- /dev/null +++ b/i18n/fi.yaml @@ -0,0 +1,33 @@ +- id: prev_page + translation: "Edellinen" + +- id: next_page + translation: "Seuraava" + +- id: read_time + translation: + one : "1 min" + other: "{{ .Count }} minuuttia" + +- id: words + translation: + one : "sana" + other: "{{ .Count }} sanaa" + +- id: toc + translation: "Sisällysluettelo" + +- id: translations + translation: "Käännökset" + +- id: home + translation: "Etusivu" + +- id: edit_post + translation: "Muokkaa" + +- id: code_copy + translation: "Kopioi" + +- id: code_copied + translation: "Kopioitu!"