Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rhazdon/hugo-theme-hello-friend-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDjordje Atlialp <djordje@atlialp.com>2021-02-28 20:02:52 +0300
committerGitHub <noreply@github.com>2021-02-28 20:02:52 +0300
commite0628c77f06ae9fdedeb0fa08ef0a71b2e93b087 (patch)
treef657f64c851929f6955c21b6c26054339ce40673
parent929b9efaab6cecaab23030f6bb1463ac306d505d (diff)
parentd102114510f9801c8a8ca34ba3207af53a14c604 (diff)
Merge pull request #271 from dminca/feature/i18n-romanian
i18n: add Romanian 🇷🇴 language
-rw-r--r--data/langFlags.yaml1
-rw-r--r--i18n/ro.toml39
2 files changed, 40 insertions, 0 deletions
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"