diff --git a/ALL_README.md b/ALL_README.md
index a01b345..152f2e7 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)
+- [Lea 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 4734559..249732a 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ It shall NOT be edited by hand.
Embed a highly customizable web calendar into your website using ICal source links.
-**Shipped version:** 1.33~ynh1
+**Shipped version:** 1.34~ynh1
**Demo:**
diff --git a/README_es.md b/README_es.md
new file mode 100644
index 0000000..257998d
--- /dev/null
+++ b/README_es.md
@@ -0,0 +1,48 @@
+
+
+# Open Web Calendar para Yunohost
+
+[![Nivel de integración](https://dash.yunohost.org/integration/open-web-calendar.svg)](https://dash.yunohost.org/appci/app/open-web-calendar) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/open-web-calendar.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/open-web-calendar.maintain.svg)
+
+[![Instalar Open Web Calendar con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=open-web-calendar)
+
+*[Leer este README en otros idiomas.](./ALL_README.md)*
+
+> *Este paquete le permite instalarOpen Web Calendar 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
+
+Embed a highly customizable web calendar into your website using ICal source links.
+
+**Versión actual:** 1.34~ynh1
+
+**Demo:**
+
+## Capturas
+
+![Captura de Open Web Calendar](./doc/screenshots/screenshot.png)
+
+## Documentaciones y recursos
+
+- Sitio web 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/open-web-calendar_ynh/tree/testing
+
+Para probar la rama `testing`, sigue asÍ:
+
+```bash
+sudo yunohost app install https://github.com/YunoHost-Apps/open-web-calendar_ynh/tree/testing --debug
+o
+sudo yunohost app upgrade open-web-calendar -u https://github.com/YunoHost-Apps/open-web-calendar_ynh/tree/testing --debug
+```
+
+**Mas informaciones sobre el empaquetado de aplicaciones:**
diff --git a/README_eu.md b/README_eu.md
index f211428..4af1057 100644
--- a/README_eu.md
+++ b/README_eu.md
@@ -18,7 +18,7 @@ EZ editatu eskuz.
Embed a highly customizable web calendar into your website using ICal source links.
-**Paketatutako bertsioa:** 1.33~ynh1
+**Paketatutako bertsioa:** 1.34~ynh1
**Demoa:**
diff --git a/README_fr.md b/README_fr.md
index cd0fab8..229f58f 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
Intégrez un calendrier Web hautement personnalisable dans votre site Web à l'aide des liens sources ICal.
-**Version incluse :** 1.33~ynh1
+**Version incluse :** 1.34~ynh1
**Démo :**
diff --git a/README_gl.md b/README_gl.md
index f9d7cbf..9073e6a 100644
--- a/README_gl.md
+++ b/README_gl.md
@@ -18,7 +18,7 @@ NON debe editarse manualmente.
Embed a highly customizable web calendar into your website using ICal source links.
-**Versión proporcionada:** 1.33~ynh1
+**Versión proporcionada:** 1.34~ynh1
**Demo:**
diff --git a/README_zh_Hans.md b/README_zh_Hans.md
index 6cfe774..ae09795 100644
--- a/README_zh_Hans.md
+++ b/README_zh_Hans.md
@@ -3,7 +3,7 @@
请勿手动编辑。
-->
-# YunoHost 的 Open Web Calendar
+# YunoHost 上的 Open Web Calendar
[![集成程度](https://dash.yunohost.org/integration/open-web-calendar.svg)](https://dash.yunohost.org/appci/app/open-web-calendar) ![工作状态](https://ci-apps.yunohost.org/ci/badges/open-web-calendar.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/open-web-calendar.maintain.svg)
@@ -18,7 +18,7 @@
Embed a highly customizable web calendar into your website using ICal source links.
-**分发版本:** 1.33~ynh1
+**分发版本:** 1.34~ynh1
**演示:**
diff --git a/manifest.toml b/manifest.toml
index 3be6bbb..2e69eee 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -7,7 +7,7 @@ name = "Open Web Calendar"
description.en = "Embed a web calendar into your own website"
description.fr = "Intégrez un calendrier Web à votre propre site Web"
-version = "1.33~ynh1"
+version = "1.34~ynh1"
maintainers = ["eric_G"]
@@ -43,8 +43,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
- url = "https://github.com/niccokunzmann/open-web-calendar/archive/refs/tags/v1.33.tar.gz"
- sha256 = "d333a26c918658e0a30f4f9a6e7eedc29e194ec6c06ee06d456238c74e29903a"
+ url = "https://github.com/niccokunzmann/open-web-calendar/archive/refs/tags/v1.34.tar.gz"
+ sha256 = "82700a01500d00e6bb88a3981fd1cf4d831ea0ee3af16715db5ca3ddb9d03225"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]