From ac5ca30f0316fe19ab4cf2ca540d430dd46da5bd Mon Sep 17 00:00:00 2001 From: Daniel Petre Date: Thu, 21 Dec 2023 14:50:26 +0200 Subject: [PATCH] Add romanian translation to ro.yaml 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 0000000..694f20b --- /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!"