From f562365c64e2977e046a14a47ed46a4b2104fa76 Mon Sep 17 00:00:00 2001
From: Codruț Constantin Gușoi <codrut.gusoi+git-commit@gmail.com>
Date: Tue, 11 Aug 2020 19:06:09 +0000
Subject: [PATCH] Adds romanian translation (#370)
---
i18n/ro.toml | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/i18n/ro.toml b/i18n/ro.toml
new file mode 100644
index 0000000..029b444
--- /dev/null
+++ b/i18n/ro.toml
@@ -0,0 +1,24 @@
+[category]
+other = "categorie"
+
+[tag]
+other = "etichetă"
+
+[series]
+other = "serie"
+
+[reading_time]
+one = "Un minut de lectură"
+other = "{{ .Count }} {{ if lt .Count 20 }}minute{{ else }}de minute{{ end }} de lectură"
+
+[page_not_found]
+other = "Pagină Pierdută"
+
+[page_does_not_exist]
+other = "Ne pare rău, această pagină nu există."
+
+[head_back]
+other = "Poți să te întorci la <a href=\"{{ . }}\">pagina principală</a>."
+
+[powered_by]
+other = "Susținut de"
--
Gitblit v1.10.0