mirror of
https://github.com/YunoHost-Apps/libretranslate_ynh.git
synced 2024-09-03 19:36:00 +02:00
commit
0fda158546
4 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||
|
||||
|
||||
**Shipped version:** 1.3.10~ynh1
|
||||
**Shipped version:** 1.3.11~ynh1
|
||||
|
||||
**Demo:** https://libretranslate.com/
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez 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.
|
||||
|
||||
|
||||
**Version incluse :** 1.3.10~ynh1
|
||||
**Version incluse :** 1.3.11~ynh1
|
||||
|
||||
**Démo :** https://libretranslate.com/
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "LibreTranslate"
|
|||
description.en = "Open Source Machine Translation API"
|
||||
description.fr = "API de traduction automatique Open Source"
|
||||
|
||||
version = "1.3.10~ynh1"
|
||||
version = "1.3.11~ynh1"
|
||||
|
||||
maintainers = [""]
|
||||
|
||||
|
@ -17,7 +17,7 @@ admindoc = "https://libretranslate.com/docs/"
|
|||
code = "https://github.com/LibreTranslate/LibreTranslate"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.15"
|
||||
yunohost = ">= 11.1.19"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
libretranslate_version="1.3.10"
|
||||
libretranslate_version="1.3.11"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
Loading…
Add table
Reference in a new issue