mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Merge pull request #544 from Kcchouette/patch-1
Adding translation part
This commit is contained in:
commit
c1e4d83dfc
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
@ -35,7 +35,7 @@ sudo yunohost app fetchlist -n community -u https://yunohost.org/community.json
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
#### How to add your app to the community list
|
### How to add your app to the community list
|
||||||
|
|
||||||
* Fork and edit the [community list](https://github.com/YunoHost/apps/tree/master/community.json)
|
* Fork and edit the [community list](https://github.com/YunoHost/apps/tree/master/community.json)
|
||||||
* Add your app's ID and git information at the right alphabetical place
|
* Add your app's ID and git information at the right alphabetical place
|
||||||
|
@ -54,7 +54,11 @@ App example addition:
|
||||||
|
|
||||||
N.B. : You can now put `HEAD` as `revision`. This way, you won't have to come and update this file each time you change things in your app. *But* this also means that any change to your `master` branch will be made available to everybody. Hence, when developing things which are not production-ready, if you use `HEAD` we strongly recommend that you develop in a `testing` branch (for instance) until you consider things stable enough to be merged in `master`.
|
N.B. : You can now put `HEAD` as `revision`. This way, you won't have to come and update this file each time you change things in your app. *But* this also means that any change to your `master` branch will be made available to everybody. Hence, when developing things which are not production-ready, if you use `HEAD` we strongly recommend that you develop in a `testing` branch (for instance) until you consider things stable enough to be merged in `master`.
|
||||||
|
|
||||||
#### Helper script
|
### How to help translating
|
||||||
|
|
||||||
|
We invite you to use [translate.yunohost.org](https://translate.yunohost.org/) instead of doing Pull Request for files in `locales` folder.
|
||||||
|
|
||||||
|
### Helper script
|
||||||
|
|
||||||
You can use the <code>add_or_update.py</code> python script to add or update
|
You can use the <code>add_or_update.py</code> python script to add or update
|
||||||
your app from one of the 2 json files.
|
your app from one of the 2 json files.
|
||||||
|
@ -65,4 +69,5 @@ Usage:
|
||||||
./add_or_update.py [community.json OR official.json] [github/gitlab url OR app name [github/gitlab url OR app name [github/gitlab url OR app name ...]]]
|
./add_or_update.py [community.json OR official.json] [github/gitlab url OR app name [github/gitlab url OR app name [github/gitlab url OR app name ...]]]
|
||||||
```
|
```
|
||||||
|
|
||||||
#### More information on [yunohost.org/packaging_apps](https://yunohost.org/packaging_apps)
|
#### More information
|
||||||
|
See [yunohost.org/packaging_apps](https://yunohost.org/packaging_apps)
|
||||||
|
|
Loading…
Add table
Reference in a new issue