From dcc0905b013a48f032e17603bfae46625a128f66 Mon Sep 17 00:00:00 2001
From: ensag-dev <59049879+ensag-dev@users.noreply.github.com>
Date: Mon, 12 Aug 2024 23:05:29 +0000
Subject: [PATCH] Create Occitan locale (#921)
---
i18n/oc.toml | 64 ++++++++++++++++++++++++++++++++
1 files changed, 64 insertions(+), 0 deletions(-)
diff --git a/i18n/oc.toml b/i18n/oc.toml
new file mode 100644
index 0000000..1de3d4c
--- /dev/null
+++ b/i18n/oc.toml
@@ -0,0 +1,64 @@
+[categories]
+one = "categoria"
+other = "categorias"
+
+[tags]
+one = "etiqueta"
+other = "etiquetas"
+
+[series]
+one = "serias"
+other = "serias"
+
+[authors]
+one = "autor"
+other = "autors"
+
+[posts]
+other = "publicacions"
+
+[reading_time]
+one = "Una minuta de lector"
+other = "{{ .Count }} minutas de lectura"
+
+[page_not_found]
+other = "Pagina pas trobada"
+
+[page_does_not_exist]
+other = "O planhèm, aquesta pagina existís pas."
+
+[head_back]
+other = "Podètz tornar a <a href=\"{{ . }}\">l'acuèlh</a>."
+
+[licensed_under]
+other = "Licéncia jos"
+
+[powered_by]
+other = "Propulsat per"
+
+[see_also]
+other = "Vejatz tanben"
+
+[note]
+other = "nòta"
+
+[tip]
+other = "astúcia"
+
+[example]
+other = "exemple"
+
+[question]
+other = "question"
+
+[info]
+other = "info"
+
+[warning]
+other = "avertiment"
+
+[error]
+other = "error"
+
+[link_to_heading]
+other = "Ligam a l'entèsta"
--
Gitblit v1.10.0