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 565618f..845d78c 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ It shall NOT be edited by hand.
[![Install Weblate with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=weblate)
-*[Read this README is other languages.](./ALL_README.md)*
+*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install Weblate 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.
Weblate is a libre web-based translation tool with tight version control integration. It provides two user interfaces, propagation of translations across components, quality checks and automatic linking to source files.
-**Shipped version:** 5.4.2~ynh1
+**Shipped version:** 5.4.3~ynh1
**Demo:**
diff --git a/README_eu.md b/README_eu.md
new file mode 100644
index 0000000..765e537
--- /dev/null
+++ b/README_eu.md
@@ -0,0 +1,50 @@
+
+
+# Weblate YunoHost-erako
+
+[![Integrazio maila](https://dash.yunohost.org/integration/weblate.svg)](https://dash.yunohost.org/appci/app/weblate) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/weblate.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/weblate.maintain.svg)
+
+[![Instalatu Weblate YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=weblate)
+
+*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)*
+
+> *Pakete honek Weblate YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.*
+> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.*
+
+## Aurreikuspena
+
+Weblate is a libre web-based translation tool with tight version control integration. It provides two user interfaces, propagation of translations across components, quality checks and automatic linking to source files.
+
+**Paketatutako bertsioa:** 5.4.3~ynh1
+
+**Demoa:**
+
+## Pantaila-argazkiak
+
+![Weblate(r)en pantaila-argazkia](./doc/screenshots/BigScreenshot.png)
+
+## Dokumentazioa eta baliabideak
+
+- Aplikazioaren webgune ofiziala:
+- Erabiltzaileen dokumentazio 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/weblate_ynh/tree/testing).
+
+`testing` abarra probatzeko, ondorengoa egin:
+
+```bash
+sudo yunohost app install https://github.com/YunoHost-Apps/weblate_ynh/tree/testing --debug
+edo
+sudo yunohost app upgrade weblate -u https://github.com/YunoHost-Apps/weblate_ynh/tree/testing --debug
+```
+
+**Informazio gehiago aplikazioaren paketatzeari buruz:**
diff --git a/README_fr.md b/README_fr.md
index 79ddd6f..09c13a9 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
Weblate est un outil de traduction libre avec une intégration étroite du contrôle de version. Il fournit deux interfaces utilisateur, la propagation des traductions entre les composants, les contrôles de qualité et la liaison automatique aux fichiers source.
-**Version incluse :** 5.4.2~ynh1
+**Version incluse :** 5.4.3~ynh1
**Démo :**
diff --git a/README_gl.md b/README_gl.md
index aec122c..0e531eb 100644
--- a/README_gl.md
+++ b/README_gl.md
@@ -18,7 +18,7 @@ NON debe editarse manualmente.
Weblate is a libre web-based translation tool with tight version control integration. It provides two user interfaces, propagation of translations across components, quality checks and automatic linking to source files.
-**Versión proporcionada:** 5.4.2~ynh1
+**Versión proporcionada:** 5.4.3~ynh1
**Demo:**
diff --git a/manifest.toml b/manifest.toml
index 7bd137d..b9b97bf 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -7,7 +7,7 @@ name = "Weblate"
description.en = "Translation platform using Git and Python"
description.fr = "Plateforme de traduction utilisant Git et Python"
-version = "5.4.2~ynh1"
+version = "5.4.3~ynh1"
maintainers = ["Thovi98"]
diff --git a/tests.toml b/tests.toml
index d7cb91f..b38404d 100644
--- a/tests.toml
+++ b/tests.toml
@@ -27,3 +27,4 @@ test_format = 1.0
test_upgrade_from.52db1ab.name = "5.3.1-ynh2"
test_upgrade_from.e075efc.name = "5.4.1"
+ test_upgrade_from.40ff28f.name = "5.4.2"
\ No newline at end of file