From 98a21b966410c127e74b16e7a2817882ee16560f Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Sun, 26 Dec 2021 00:30:09 -0500 Subject: convert theme from submodule to regular files --- themes/hugo-coder | 1 - themes/hugo-coder/i18n/sk.toml | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) delete mode 160000 themes/hugo-coder create mode 100644 themes/hugo-coder/i18n/sk.toml (limited to 'themes/hugo-coder/i18n/sk.toml') diff --git a/themes/hugo-coder b/themes/hugo-coder deleted file mode 160000 index 55b2a15..0000000 --- a/themes/hugo-coder +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 55b2a150f990bc56364dba347bc9acc6aab07be3 diff --git a/themes/hugo-coder/i18n/sk.toml b/themes/hugo-coder/i18n/sk.toml new file mode 100644 index 0000000..afb04c2 --- /dev/null +++ b/themes/hugo-coder/i18n/sk.toml @@ -0,0 +1,35 @@ +[posts] +other = "články" + +[category] +other = "kategória" + +[tag] +other = "téma" + +[series] +other = "diel" + +[reading_time] +one = "Prečítate si za minútu" +few = "Prečítate si do {{ .Count }} minút" +many = "Prečítate si do {{ .Count }} minút" +other = "Prečítate si do {{ .Count }} minút" + +[page_not_found] +other = "Stránka nebola nájdená" + +[page_does_not_exist] +other = "Prepáčte, ale táto stránka neexistuje." + +[head_back] +other = "Späť na domácu stránku." + +[see_also] +other = "Pozrite tiež" + +[author] +other = "autor" + +[powered_by] +other = "Táto stránka bola vytvorená cez" -- cgit v1.2.3