diff --git a/ALL_README.md b/ALL_README.md
index 3d6c579..77b7509 100644
--- a/ALL_README.md
+++ b/ALL_README.md
@@ -1,6 +1,6 @@
# All available README files by language
- [Read the README in English](README.md)
+- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
-- [Leggi il “README” in italiano](README_it.md)
diff --git a/README.md b/README.md
index aea407d..3203805 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ It shall NOT be edited by hand.
[![Install Yellow with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=yellow)
-*[Read this README is other languages.](./ALL_README.md)*
+*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install Yellow quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
@@ -18,7 +18,7 @@ It shall NOT be edited by hand.
Yellow is for people who make small websites
-**Shipped version:** 2024.01.06~ynh1
+**Shipped version:** 2024.03.02~ynh1
**Demo:**
diff --git a/README_eu.md b/README_eu.md
new file mode 100644
index 0000000..5f27fd8
--- /dev/null
+++ b/README_eu.md
@@ -0,0 +1,49 @@
+
+
+# Yellow YunoHost-erako
+
+[![Integrazio maila](https://dash.yunohost.org/integration/yellow.svg)](https://dash.yunohost.org/appci/app/yellow) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/yellow.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/yellow.maintain.svg)
+
+[![Instalatu Yellow YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=yellow)
+
+*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)*
+
+> *Pakete honek Yellow YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.*
+> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.*
+
+## Aurreikuspena
+
+Yellow is for people who make small websites
+
+**Paketatutako bertsioa:** 2024.03.02~ynh1
+
+**Demoa:**
+
+## Pantaila-argazkiak
+
+![Yellow(r)en pantaila-argazkia](./doc/screenshots/datenstrom-yellow-en.png)
+
+## Dokumentazioa eta baliabideak
+
+- Aplikazioaren webgune ofiziala:
+- Administratzaileen dokumentazio ofiziala:
+- Jatorrizko aplikazioaren kode-gordailua:
+- YunoHost Denda:
+- Eman errore baten berri:
+
+## Garatzaileentzako informazioa
+
+Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/yellow_ynh/tree/testing).
+
+`testing` abarra probatzeko, ondorengoa egin:
+
+```bash
+sudo yunohost app install https://github.com/YunoHost-Apps/yellow_ynh/tree/testing --debug
+edo
+sudo yunohost app upgrade yellow -u https://github.com/YunoHost-Apps/yellow_ynh/tree/testing --debug
+```
+
+**Informazio gehiago aplikazioaren paketatzeari buruz:**
diff --git a/README_fr.md b/README_fr.md
index bf10d33..756b9c3 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
Yellow is for people who make small websites
-**Version incluse :** 2024.01.06~ynh1
+**Version incluse :** 2024.03.02~ynh1
**Démo :**
diff --git a/README_gl.md b/README_gl.md
index 04f37ef..e9540fa 100644
--- a/README_gl.md
+++ b/README_gl.md
@@ -18,7 +18,7 @@ NON debe editarse manualmente.
Yellow is for people who make small websites
-**Versión proporcionada:** 2024.01.06~ynh1
+**Versión proporcionada:** 2024.03.02~ynh1
**Demo:**
diff --git a/manifest.toml b/manifest.toml
index eb26a3a..f52906a 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "Yellow"
description.en = "Content management system (CMS) for simple website"
description.fr = "Système de gestion de contenu (CMS) pour un site simple"
-version = "2024.01.06~ynh1"
+version = "2024.03.02~ynh1"
maintainers = []
@@ -43,8 +43,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
- url = "https://github.com/datenstrom/yellow/archive/4c68bcc9bf52d602562ecb87761f9ad3d994ecbd.tar.gz"
- sha256 = "822f74e0b5aaffd7a609876c7140a69ab4c4b98c668df18ec8f6ca2c2367cdbb"
+ url = "https://github.com/datenstrom/yellow/archive/c4d39bef641e2bbd9f5f805614f25a9bcf85b993.tar.gz"
+ sha256 = "b375bbbfcca90f566e9ae7ffd5ef5e733d2df4eb938d08684ecf3a1d5f0f609f"
autoupdate.upstream = "https://github.com/datenstrom/yellow"
autoupdate.strategy = "latest_github_commit"