diff --git a/ALL_README.md b/ALL_README.md
index 3d6c579..a01b345 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)
+- [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)
+- [阅读中文(简体)的 README](README_zh_Hans.md)
diff --git a/README.md b/README.md
index b7738c0..eec2d34 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ It shall NOT be edited by hand.
[](https://install-app.yunohost.org/?app=syncserver-rs)
-*[Read this README is other languages.](./ALL_README.md)*
+*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install Firefox SyncStorage 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.*
@@ -19,7 +19,7 @@ It shall NOT be edited by hand.
Second-generation server for Firefox Sync written in Rust.
-**Shipped version:** 0.15.1~ynh1
+**Shipped version:** 0.15.2~ynh1
## Documentation and resources
- Official app website:
diff --git a/README_eu.md b/README_eu.md
new file mode 100644
index 0000000..16a476d
--- /dev/null
+++ b/README_eu.md
@@ -0,0 +1,43 @@
+
+
+# Firefox SyncStorage YunoHost-erako
+
+[](https://dash.yunohost.org/appci/app/syncserver-rs)  
+
+[](https://install-app.yunohost.org/?app=syncserver-rs)
+
+*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)*
+
+> *Pakete honek Firefox SyncStorage YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.*
+> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.*
+
+## Aurreikuspena
+
+Second-generation server for Firefox Sync written in Rust.
+
+
+**Paketatutako bertsioa:** 0.15.2~ynh1
+## 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/syncserver-rs_ynh/tree/testing).
+
+`testing` abarra probatzeko, ondorengoa egin:
+
+```bash
+sudo yunohost app install https://github.com/YunoHost-Apps/syncserver-rs_ynh/tree/testing --debug
+edo
+sudo yunohost app upgrade syncserver-rs -u https://github.com/YunoHost-Apps/syncserver-rs_ynh/tree/testing --debug
+```
+
+**Informazio gehiago aplikazioaren paketatzeari buruz:**
diff --git a/README_fr.md b/README_fr.md
index daf6239..6aa9bbf 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
Serveur de seconde génération pour Firefox Sync écrit en Rust.
-**Version incluse :** 0.15.1~ynh1
+**Version incluse :** 0.15.2~ynh1
## Documentations et ressources
- Site officiel de l’app :
diff --git a/README_gl.md b/README_gl.md
index f25e048..fdbe7f9 100644
--- a/README_gl.md
+++ b/README_gl.md
@@ -19,7 +19,7 @@ NON debe editarse manualmente.
Second-generation server for Firefox Sync written in Rust.
-**Versión proporcionada:** 0.15.1~ynh1
+**Versión proporcionada:** 0.15.2~ynh1
## Documentación e recursos
- Web oficial da app:
diff --git a/README_zh_Hans.md b/README_zh_Hans.md
new file mode 100644
index 0000000..1d34978
--- /dev/null
+++ b/README_zh_Hans.md
@@ -0,0 +1,43 @@
+
+
+# YunoHost 的 Firefox SyncStorage
+
+[](https://dash.yunohost.org/appci/app/syncserver-rs)  
+
+[](https://install-app.yunohost.org/?app=syncserver-rs)
+
+*[阅读此 README 的其它语言版本。](./ALL_README.md)*
+
+> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 Firefox SyncStorage。*
+> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。*
+
+## 概况
+
+Second-generation server for Firefox Sync written in Rust.
+
+
+**分发版本:** 0.15.2~ynh1
+## 文档与资源
+
+- 官方应用网站:
+- 官方管理文档:
+- 上游应用代码库:
+- YunoHost 商店:
+- 报告 bug:
+
+## 开发者信息
+
+请向 [`testing` 分支](https://github.com/YunoHost-Apps/syncserver-rs_ynh/tree/testing) 发送拉取请求。
+
+如要尝试 `testing` 分支,请这样操作:
+
+```bash
+sudo yunohost app install https://github.com/YunoHost-Apps/syncserver-rs_ynh/tree/testing --debug
+或
+sudo yunohost app upgrade syncserver-rs -u https://github.com/YunoHost-Apps/syncserver-rs_ynh/tree/testing --debug
+```
+
+**有关应用打包的更多信息:**
diff --git a/manifest.toml b/manifest.toml
index bf7e09f..7a049b2 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -7,7 +7,7 @@ name = "Firefox SyncStorage"
description.en = "New Firefox Sync Storage implemented in Rust. Allows syncing tabs, passwords, history etc. between Firefox instances."
-version = "0.15.1~ynh1"
+version = "0.15.2~ynh1"
maintainers = ["orhtej2"]
@@ -43,8 +43,8 @@ ram.runtime = "50M"
# This will pre-fetch the asset which can then be deployed during the install/upgrade scripts with :
# ynh_setup_source --dest_dir="$install_dir"
# You can also define other assets than "main" and add --source_id="foobar" in the previous command
- url = "https://github.com/mozilla-services/syncstorage-rs/archive/refs/tags/0.15.1.tar.gz"
- sha256 = "ded831e390bb6d38747b5bd3fc90415a40ef409aa6792d306476d3fdb665b2ea"
+ url = "https://github.com/mozilla-services/syncstorage-rs/archive/refs/tags/0.15.2.tar.gz"
+ sha256 = "41ed4de202a186366f6b0626eddc821e674b5f5fdabcfc8c15e92e3c1f2cb441"
autoupdate.strategy = "latest_github_tag"
# This will provision/deprovision a unix system user