1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libretranslate_ynh.git synced 2024-09-03 19:36:00 +02:00

Merge pull request #19 from YunoHost-Apps/testing

Upgrade to 1.3.13
This commit is contained in:
Thomas 2023-10-10 12:42:13 +02:00 committed by GitHub
commit 8901b5a843
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Free and Open Source Machine Translation API, entirely self-hosted. Unlike other APIs, it doesn't rely on proprietary providers such as Google or Azure to perform translations. Instead, its translation engine is powered by the open source Argos Translate library. Free and Open Source Machine Translation API, entirely self-hosted. Unlike other APIs, it doesn't rely on proprietary providers such as Google or Azure to perform translations. Instead, its translation engine is powered by the open source Argos Translate library.
**Shipped version:** 1.3.12~ynh1 **Shipped version:** 1.3.13~ynh1
**Demo:** https://libretranslate.com/ **Demo:** https://libretranslate.com/

View file

@ -19,7 +19,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Free and Open Source Machine Translation API, entirely self-hosted. Unlike other APIs, it doesn't rely on proprietary providers such as Google or Azure to perform translations. Instead, its translation engine is powered by the open source Argos Translate library. Free and Open Source Machine Translation API, entirely self-hosted. Unlike other APIs, it doesn't rely on proprietary providers such as Google or Azure to perform translations. Instead, its translation engine is powered by the open source Argos Translate library.
**Version incluse :** 1.3.12~ynh1 **Version incluse :** 1.3.13~ynh1
**Démo :** https://libretranslate.com/ **Démo :** https://libretranslate.com/

View file

@ -5,7 +5,7 @@ name = "LibreTranslate"
description.en = "Open Source Machine Translation API" description.en = "Open Source Machine Translation API"
description.fr = "API de traduction automatique Open Source" description.fr = "API de traduction automatique Open Source"
version = "1.3.12~ynh1" version = "1.3.13~ynh1"
maintainers = [""] maintainers = [""]

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES # COMMON VARIABLES
#================================================= #=================================================
libretranslate_version="1.3.12" libretranslate_version="1.3.13"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS