From d976770801695bfb420587eebc4eb99f4863c5b5 Mon Sep 17 00:00:00 2001
From: Glanyrafon <59481167+glanyrafon01@users.noreply.github.com>
Date: Wed, 14 May 2025 08:56:57 +0000
Subject: [PATCH] i18n: add Welsh i18n translation file (cy.toml) (#842)

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

diff --git a/i18n/cy.toml b/i18n/cy.toml
new file mode 100644
index 0000000..686fd1f
--- /dev/null
+++ b/i18n/cy.toml
@@ -0,0 +1,69 @@
+# cy.toml — Welsh i18n translations for Ananke theme
+[readMore]
+other = "Darllen mwy"
+
+[recentPosts]
+other = "Cofnodion Diweddar"
+
+[languageSwitcher]
+other = "Newid Iaith"
+
+[pageNotFound]
+other = "Tudalen Heb Ei Ddarganfod"
+
+[oops]
+other = "Wps!"
+
+[noContent]
+other = "Does dim cynnwys i'w ddangos yma eto."
+
+[minuteRead]
+other = "{{ .Count }} munud darllen"
+
+[by]
+other = "gan"
+
+[on]
+other = "ar"
+
+[translations]
+other = "Cyfieithiadau"
+
+[backToHome]
+other = "Yn ôl i'r Hafan"
+
+[tags]
+other = "Tagiau"
+
+[categories]
+other = "Categorïau"
+
+[sitemap]
+other = "Map y Wefan"
+
+[author]
+other = "Awdur"
+
+[search]
+other = "Chwilio"
+
+[searchPlaceholder]
+other = "Teipiwch i chwilio..."
+
+[published]
+other = "Wedi’i gyhoeddi"
+
+[updated]
+other = "Diweddarwyd"
+
+[readingTime]
+other = "{{ .Count }} munud"
+
+[share]
+other = "Rhannu"
+
+[comments]
+other = "Sylwadau"
+
+[footerText]
+other = "Hawlfraint © {{ .Year }} {{ .Site.Title }}. Cedwir pob hawl."

--
Gitblit v1.10.0