From d102114510f9801c8a8ca34ba3207af53a14c604 Mon Sep 17 00:00:00 2001 From: Daniel-Andrei Minca Date: Thu, 25 Feb 2021 18:37:47 +0100 Subject: [PATCH] i18n: add Romanian language Resolves: Related: --- data/langFlags.yaml | 1 + i18n/ro.toml | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 i18n/ro.toml diff --git a/data/langFlags.yaml b/data/langFlags.yaml index 6068475..08940c5 100644 --- a/data/langFlags.yaml +++ b/data/langFlags.yaml @@ -14,3 +14,4 @@ tr: tr zh-cn: cn zh-hk: hk zh-tw: tw +ro: ro diff --git a/i18n/ro.toml b/i18n/ro.toml new file mode 100644 index 0000000..af97a55 --- /dev/null +++ b/i18n/ro.toml @@ -0,0 +1,39 @@ +# Translations for Romanian +# https://gohugo.io/content-management/multilingual/#translation-of-strings + +# Generic +# +[translations] +other = "Traduceri" + +[postAvailable] +other = "Disponibil și în" + + +# 404.html +# +[archives] +other = "Arhive" + +[home] +other = "Acasă" + +[notFound] +other = "Ups, pagina nu a fost găsită…" + + +# posts/single.html +# +[readingTime] +one = "Un minut" +other = "{{ .Count }} de minute" + +[tableOfContents] +other = "Cuprins" + +[wordCount] +one = "Un cuvânt" +other = "{{ .Count }} de cuvinte" + +[lastModified] +other = "Ultima modificare"