From a1cb044262d33d11860feb847c4c30aa281aee82 Mon Sep 17 00:00:00 2001
From: Daniel Petre <danielpetre@users.noreply.github.com>
Date: Sat, 23 Dec 2023 08:31:01 +0200
Subject: [PATCH] Add romanian translation to ro.yaml (#1362)

Add romanian translation (with diacritics) to ro.yaml
---
 i18n/ro.yaml | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 i18n/ro.yaml

diff --git a/i18n/ro.yaml b/i18n/ro.yaml
new file mode 100644
index 00000000..694f20bd
--- /dev/null
+++ b/i18n/ro.yaml
@@ -0,0 +1,33 @@
+- id: prev_page
+  translation: "Înapoi"
+
+- id: next_page
+  translation: "Înainte"
+
+- id: read_time
+  translation:
+    one : "1 minut"
+    other: "{{ .Count }} minute"
+
+- id: words
+  translation:
+    one : "cuvânt"
+    other: "{{ .Count }} cuvinte"
+
+- id: toc
+  translation: "Sumar"
+
+- id: translations
+  translation: "Traduceri"
+
+- id: home
+  translation: "Acasă"
+
+- id: edit_post
+  translation: "Editează"
+
+- id: code_copy
+  translation: "copiază"
+
+- id: code_copied
+  translation: "copiat!"