From 210c0f0191b178c7d055701bfe4564dc773ffcc9 Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 28 May 2025 23:46:17 -0500 Subject: [PATCH] Git init --- README.md | 20 ++++++++++++++++++++ options/locale/locale_es-ES.ini | 1 + 2 files changed, 21 insertions(+) create mode 100644 README.md create mode 100644 options/locale/locale_es-ES.ini diff --git a/README.md b/README.md new file mode 100644 index 0000000..447e083 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# ✨ Gitea Customization Project + +This repository contains personal customizations for a self-hosted [Gitea](https://www.jtea.lat/) instance. +It includes language overrides, UI template changes, and configuration adjustments — all version-controlled and isolated from the Gitea core. + +--- + +## 📁 Project Structure + +```text +gitea-custom/ +├── custom/ +│ ├── options/ +│ │ └── locale/ +│ │ └── locale_es-ES.ini # Custom templates +├── etc/ +│ └── gitea/ +│ └── app.ini # Configuration file +└── README.md +``` diff --git a/options/locale/locale_es-ES.ini b/options/locale/locale_es-ES.ini new file mode 100644 index 0000000..56e5a0a --- /dev/null +++ b/options/locale/locale_es-ES.ini @@ -0,0 +1 @@ +locale_es-ES.ini \ No newline at end of file