diff --git a/ALL_README.md b/ALL_README.md
index a01b345..8938aae 100644
--- a/ALL_README.md
+++ b/ALL_README.md
@@ -1,6 +1,7 @@
# All available README files by language
- [Read the README in English](README.md)
+- [Lee el README en español](README_es.md)
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
diff --git a/README.md b/README.md
index 554ace9..843ec0b 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ It shall NOT be edited by hand.
Wiki.js is a copylefted libre software, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost.
-**Shipped version:** 2.5.302~ynh1
+**Shipped version:** 2.5.303~ynh1
**Demo:**
diff --git a/README_es.md b/README_es.md
new file mode 100644
index 0000000..5b9d5b1
--- /dev/null
+++ b/README_es.md
@@ -0,0 +1,50 @@
+
+
+# Wiki.js para Yunohost
+
+[![Nivel de integración](https://dash.yunohost.org/integration/wikijs.svg)](https://dash.yunohost.org/appci/app/wikijs) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/wikijs.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/wikijs.maintain.svg)
+
+[![Instalar Wiki.js con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=wikijs)
+
+*[Leer este README en otros idiomas.](./ALL_README.md)*
+
+> *Este paquete le permite instalarWiki.js rapidamente y simplement en un servidor YunoHost.*
+> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.*
+
+## Descripción general
+
+Wiki.js is a copylefted libre software, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost.
+
+
+**Versión actual:** 2.5.303~ynh1
+
+**Demo:**
+
+## Capturas
+
+![Captura de Wiki.js](./doc/screenshots/screenshot1.png)
+
+## Documentaciones y recursos
+
+- Sitio web oficial:
+- Documentación usuario oficial:
+- Repositorio del código fuente oficial de la aplicación :
+- Catálogo YunoHost:
+- Reportar un error:
+
+## Información para desarrolladores
+
+Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/wikijs_ynh/tree/testing
+
+Para probar la rama `testing`, sigue asÍ:
+
+```bash
+sudo yunohost app install https://github.com/YunoHost-Apps/wikijs_ynh/tree/testing --debug
+o
+sudo yunohost app upgrade wikijs -u https://github.com/YunoHost-Apps/wikijs_ynh/tree/testing --debug
+```
+
+**Mas informaciones sobre el empaquetado de aplicaciones:**
diff --git a/README_eu.md b/README_eu.md
index f21b48f..4f83dd2 100644
--- a/README_eu.md
+++ b/README_eu.md
@@ -19,7 +19,7 @@ EZ editatu eskuz.
Wiki.js is a copylefted libre software, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost.
-**Paketatutako bertsioa:** 2.5.302~ynh1
+**Paketatutako bertsioa:** 2.5.303~ynh1
**Demoa:**
diff --git a/README_fr.md b/README_fr.md
index 80d2ef2..0c4451e 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
Wiki.js is a copylefted libre software, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost.
-**Version incluse :** 2.5.302~ynh1
+**Version incluse :** 2.5.303~ynh1
**Démo :**
diff --git a/README_gl.md b/README_gl.md
index 0b82f72..09fb5b3 100644
--- a/README_gl.md
+++ b/README_gl.md
@@ -19,7 +19,7 @@ NON debe editarse manualmente.
Wiki.js is a copylefted libre software, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost.
-**Versión proporcionada:** 2.5.302~ynh1
+**Versión proporcionada:** 2.5.303~ynh1
**Demo:**
diff --git a/README_zh_Hans.md b/README_zh_Hans.md
index 48b75e7..1064d07 100644
--- a/README_zh_Hans.md
+++ b/README_zh_Hans.md
@@ -3,7 +3,7 @@
请勿手动编辑。
-->
-# YunoHost 的 Wiki.js
+# YunoHost 上的 Wiki.js
[![集成程度](https://dash.yunohost.org/integration/wikijs.svg)](https://dash.yunohost.org/appci/app/wikijs) ![工作状态](https://ci-apps.yunohost.org/ci/badges/wikijs.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/wikijs.maintain.svg)
@@ -19,7 +19,7 @@
Wiki.js is a copylefted libre software, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost.
-**分发版本:** 2.5.302~ynh1
+**分发版本:** 2.5.303~ynh1
**演示:**
diff --git a/manifest.toml b/manifest.toml
index 252143a..946cc38 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -7,7 +7,7 @@ name = "Wiki.js"
description.en = "Open source powerful wiki app built on Node.js, Git and Markdown"
description.fr = "Wiki open source propulsé par Node.js, Git et Markdown"
-version = "2.5.302~ynh1"
+version = "2.5.303~ynh1"
maintainers = ["yalh76"]
@@ -41,8 +41,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
- url = "https://github.com/requarks/wiki/releases/download/v2.5.302/wiki-js.tar.gz"
- sha256 = "873ea97e239b560a15024631d09b3a0dcdf5d2634c0bd413d83fac36ab25e0b0"
+ url = "https://github.com/requarks/wiki/releases/download/v2.5.303/wiki-js.tar.gz"
+ sha256 = "269bf80fe95d18fbc9cfef1cc0d86b982f888b9746d143930b924858fc14cef9"
in_subdir = false