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

51 lines
2 KiB
Markdown
Raw Normal View History

2023-05-29 11:46:05 +02:00
<!--
2024-02-15 19:27:01 +01:00
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
2023-05-29 11:46:05 +02:00
It shall NOT be edited by hand.
-->
2023-06-01 09:02:42 +02:00
# Lingva Translate for YunoHost
2023-05-29 11:46:05 +02:00
2023-06-01 09:02:42 +02:00
[![Integration level](https://dash.yunohost.org/integration/lingva.svg)](https://dash.yunohost.org/appci/app/lingva) ![Working status](https://ci-apps.yunohost.org/ci/badges/lingva.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/lingva.maintain.svg)
[![Install Lingva Translate with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=lingva)
2023-05-29 11:46:05 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2023-06-01 09:02:42 +02:00
> *This package allows you to install Lingva Translate quickly and simply on a YunoHost server.
2023-05-29 11:46:05 +02:00
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
## Overview
2023-06-01 10:20:03 +02:00
Alternative front-end for Google Translate, serving as a Free and Open Source translator with over a hundred languages available.
2023-05-29 11:46:05 +02:00
2023-06-01 09:02:42 +02:00
**Shipped version:** 2023.1.13~ynh1
2023-05-29 11:46:05 +02:00
2023-06-01 09:02:42 +02:00
**Demo:** https://lingva.ml
2023-05-29 11:46:05 +02:00
## Screenshots
2023-06-01 09:02:42 +02:00
![Screenshot of Lingva Translate](./doc/screenshots/lingva-id-en.png)
2023-05-29 11:46:05 +02:00
2023-06-01 10:17:41 +02:00
## :red_circle: Antifeatures
- **Non-free Network Services**: Promotes or depends entirely on a non-free network service.
2023-05-29 11:46:05 +02:00
## Documentation and resources
2023-06-01 09:02:42 +02:00
* Upstream app code repository: <https://github.com/thedaviddelta/lingva-translate>
2024-02-15 19:27:01 +01:00
* YunoHost Store: <https://apps.yunohost.org/app/lingva>
2023-06-01 09:02:42 +02:00
* Report a bug: <https://github.com/YunoHost-Apps/lingva_ynh/issues>
2023-05-29 11:46:05 +02:00
## Developer info
2023-06-01 09:02:42 +02:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/lingva_ynh/tree/testing).
2023-05-29 11:46:05 +02:00
To try the testing branch, please proceed like that.
``` bash
2023-06-01 09:02:42 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/lingva_ynh/tree/testing --debug
2023-05-29 11:46:05 +02:00
or
2023-06-01 09:02:42 +02:00
sudo yunohost app upgrade lingva -u https://github.com/YunoHost-Apps/lingva_ynh/tree/testing --debug
2023-05-29 11:46:05 +02:00
```
2024-02-15 19:27:01 +01:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>