From 36bca91f22406d0b2515d5286857e00b1cbc72e1 Mon Sep 17 00:00:00 2001
From: ensag-dev <59049879+ensag-dev@users.noreply.github.com>
Date: Fri, 17 Jan 2025 08:59:30 +0000
Subject: [PATCH] i18n: create Occitan translation (#816)

---
 i18n/oc.toml |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 49 insertions(+), 0 deletions(-)

diff --git a/i18n/oc.toml b/i18n/oc.toml
new file mode 100644
index 0000000..8f5f7ac
--- /dev/null
+++ b/i18n/oc.toml
@@ -0,0 +1,49 @@
+[more]
+other = "Mai"
+
+[allTitle]
+other = "Tot {{.Title }}"
+
+[recentTitle]
+other = "Recent {{.Title }}"
+
+[readMore]
+other = "ne legir mai"
+
+[by]
+other = "Per"
+
+[whatsInThis]
+other = "De qué i a dins {{ .Type }}"
+
+[related]
+other = "Ligats"
+
+[yourName]
+other = "Vòstre nom"
+
+[emailAddress]
+other = "Adreça electronica"
+
+[message]
+other = "Messatge"
+
+[emailRequiredNote]
+other = "Una adreça electronica es requerida."
+
+[send]
+other = "Enviar"
+
+[taxonomyPageList]
+other = "Trapatz çai jos las paginas qu'utilizan los tèrmes “{{ .Title }}”"
+
+[readingTime]
+one = "Una minuta de lectura"
+other = "{{ .Count }} minutas de lectura"
+
+[wordCount]
+one = "Un mot"
+other = "{{ .Count }} mots"
+
+[pageTitle]
+other = "pagina {{ .Name }}"

--
Gitblit v1.10.0