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

Merge pull request #26 from YunoHost-Apps/FR

Add Fr
This commit is contained in:
Éric Gaspar 2022-09-15 20:53:31 +02:00 committed by GitHub
commit d9841c224d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 7 deletions

View file

@ -20,6 +20,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
**Shipped version:** 0.15.2~ynh3
**Demo:** https://lemmy.ml/
## Screenshots

View file

@ -18,7 +18,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
[Lemmy](https://github.com/LemmyNet/lemmy) is similar to sites like [Reddit](https://reddit.com), [Lobste.rs](https://lobste.rs), or [Hacker News](https://news.ycombinator.com/): you subscribe to forums you're interested in, post links and discussions, then vote, and comment on them. Behind the scenes, it is very different; anyone can easily run a server, and all these servers are federated (think email), and connected to the same universe, called the [Fediverse](https://en.wikipedia.org/wiki/Fediverse).
**Version incluse :** 0.15.2~ynh3
**Version incluse :** 0.15.2~ynh3
**Démo :** https://lemmy.ml/

View file

@ -3,7 +3,8 @@
"id": "lemmy",
"packaging_format": 1,
"description": {
"en": "A link aggregator / Reddit clone for the fediverse."
"en": "Link aggregator/Reddit clone for the fediverse",
"fr": "Agrégateur de liens/clone Reddit pour le fedivers"
},
"version": "0.15.2~ynh3",
"url": "https://join.lemmy.ml/",
@ -31,19 +32,18 @@
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
"type": "domain"
},
{
"name": "admin",
"type": "user",
"example": "johndoe"
"type": "user"
},
{
"name": "sitename",
"type": "string",
"ask": {
"en": "Enter site name"
"en": "Enter site name",
"fr": "Entrez le nom du site"
},
"example": "lemmy website"
}