From 42c3c937a1089dd1f48ea113e660a3941a8646a6 Mon Sep 17 00:00:00 2001 From: Emil Erlandsson Date: Sun, 13 Mar 2022 10:56:42 +0100 Subject: [PATCH] Add Swedish (sv) translation sv.yaml (#829) --- i18n/sv.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 i18n/sv.yaml diff --git a/i18n/sv.yaml b/i18n/sv.yaml new file mode 100644 index 0000000..65ce422 --- /dev/null +++ b/i18n/sv.yaml @@ -0,0 +1,28 @@ +- id: prev_page + translation: "Förra Sidan" + +- id: next_page + translation: "Nästa Sida" + +- id: read_time + translation: + one: "1 min" + other: "{{ .Count }} min" + +- id: toc + translation: "Innehållsförteckning" + +- id: translations + translation: "Översättningar" + +- id: home + translation: "Hem" + +- id: edit_post + translation: "Redigera" + +- id: code_copy + translation: "kopiera" + +- id: code_copied + translation: "kopierad!"