From efe0b6e0923adfb391fd1e8412dc3b9546eb9a00 Mon Sep 17 00:00:00 2001
From: Codruț Constantin Gușoi <codrut.gusoi+git-commit@gmail.com>
Date: Fri, 30 Oct 2020 23:42:45 +0000
Subject: [PATCH] Add more Romanian translations (#471)
---
i18n/ro.toml | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/i18n/ro.toml b/i18n/ro.toml
index 029b444..b34cb6e 100644
--- a/i18n/ro.toml
+++ b/i18n/ro.toml
@@ -7,6 +7,12 @@
[series]
other = "serie"
+[author]
+other = "autor"
+
+[posts]
+other = "articole"
+
[reading_time]
one = "Un minut de lectură"
other = "{{ .Count }} {{ if lt .Count 20 }}minute{{ else }}de minute{{ end }} de lectură"
@@ -22,3 +28,6 @@
[powered_by]
other = "Susținut de"
+
+[see_also]
+other = "Altele din seria"
--
Gitblit v1.10.0