mirror of
https://github.com/YunoHost-Apps/libretranslate_ynh.git
synced 2024-09-03 19:36:00 +02:00
Merge pull request #6 from YunoHost-Apps/upgrade-auto-updater
Upgrade auto-updater
This commit is contained in:
commit
d42dd45e59
3 changed files with 16 additions and 14 deletions
4
.github/workflows/updater.yml
vendored
4
.github/workflows/updater.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Fetch the source code
|
- name: Fetch the source code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Run the updater script
|
- name: Run the updater script
|
||||||
|
@ -33,7 +33,7 @@ jobs:
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
id: cpr
|
id: cpr
|
||||||
if: ${{ env.PROCEED == 'true' }}
|
if: ${{ env.PROCEED == 'true' }}
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
commit-message: Update to version ${{ env.VERSION }}
|
commit-message: Update to version ${{ env.VERSION }}
|
||||||
|
|
|
@ -6,6 +6,7 @@ It shall NOT be edited by hand.
|
||||||
# LibreTranslate for YunoHost
|
# LibreTranslate for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/libretranslate)  
|
[](https://dash.yunohost.org/appci/app/libretranslate)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=libretranslate)
|
[](https://install-app.yunohost.org/?app=libretranslate)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
23
README_fr.md
23
README_fr.md
|
@ -5,15 +5,16 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# LibreTranslate pour YunoHost
|
# LibreTranslate pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/libretranslate)  
|
[](https://dash.yunohost.org/appci/app/libretranslate)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=libretranslate)
|
[](https://install-app.yunohost.org/?app=libretranslate)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d'installer LibreTranslate rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d’installer LibreTranslate rapidement et simplement sur un serveur YunoHost.
|
||||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d’ensemble
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
@ -22,16 +23,16 @@ Free and Open Source Machine Translation API, entirely self-hosted. Unlike other
|
||||||
|
|
||||||
**Démo :** https://libretranslate.com/
|
**Démo :** https://libretranslate.com/
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d’écran
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : <https://libretranslate.com/>
|
* Site officiel de l’app : <https://libretranslate.com/>
|
||||||
* Documentation officielle de l'admin : <https://libretranslate.com/docs/>
|
* Documentation officielle de l’admin : <https://libretranslate.com/docs/>
|
||||||
* Dépôt de code officiel de l'app : <https://github.com/LibreTranslate/LibreTranslate>
|
* Dépôt de code officiel de l’app : <https://github.com/LibreTranslate/LibreTranslate>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_libretranslate>
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_libretranslate>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/libretranslate_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/libretranslate_ynh/issues>
|
||||||
|
|
||||||
|
@ -47,4 +48,4 @@ ou
|
||||||
sudo yunohost app upgrade libretranslate -u https://github.com/YunoHost-Apps/libretranslate_ynh/tree/testing --debug
|
sudo yunohost app upgrade libretranslate -u https://github.com/YunoHost-Apps/libretranslate_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
Loading…
Add table
Reference in a new issue