1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/simplytranslate_ynh.git synced 2024-09-03 20:16:26 +02:00

fix linter

This commit is contained in:
Éric Gaspar 2023-09-05 20:53:40 +02:00
parent dbe16418c1
commit 14a1b82a95
5 changed files with 8 additions and 6 deletions

View file

@ -1,5 +1,6 @@
#root_path_only location / {
#sub_path_only location __PATH__ {
# Standard nginx configuration
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
@ -7,7 +8,7 @@
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://localhost:__PORT____PATH__;
proxy_pass http://127.0.0.1:__PORT____PATH__;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;

View file

@ -1,5 +1,5 @@
[Unit]
Description=Small description of the service
Description=Simply Translate: translation engine Web interface
After=network.target
[Service]

View file

@ -1 +0,0 @@
Antarmuka penerjemahan untuk berbagai mesin penerjemahan, ada DeepL, Reverso, ICIBA, Google Translate, dan LibreTranslate (bisa diubah peladen LibreTranslate mana yang mau dipakai).

1
doc/DESCRIPTION_fr.md Normal file
View file

@ -0,0 +1 @@
L'interface du moteur SimplyTranslate, que vous pouvez utiliser pour la traduction de nombreux moteurs de traduction, comprend les moteurs DeepL, Reverso, ICIBA, Google Translate et LibreTranslate (dont l'instance de récupération de LibreTranslate peut être configurée).

View file

@ -2,8 +2,9 @@ packaging_format = 2
id = "simplytranslate"
name = "Simply Translate"
description.en = "Web interface for many translation engine: DeepL, Reverso, ICIBA, Google Translate, and LibreTranslate."
description.id = "Antarmuka web mesin penerjemahan: DeepL; Reverso; ICIBA; Google Translate; dan LibreTranslate."
description.en = "Web interface for many translation engine"
description.fr = "Interface Web pour de nombreux moteurs de traduction"
description.id = "Antarmuka web mesin penerjemahan"
version = "2023.4.9~ynh2"
@ -15,7 +16,7 @@ website = "https://simple-web.org/projects/simplytranslate.html"
code = "https://codeberg.org/SimpleWeb/SimplyTranslate-Web"
[integration]
yunohost = ">= 11.1.19"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false