mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
Upgrade to v4.15
This commit is contained in:
parent
4f805796ba
commit
6da2facebe
1 changed files with 7 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
||||||
"en": "Translation platform using Git and Python",
|
"en": "Translation platform using Git and Python",
|
||||||
"fr": "Plateforme de traduction utilisant Git et Python"
|
"fr": "Plateforme de traduction utilisant Git et Python"
|
||||||
},
|
},
|
||||||
"version": "4.14.2~ynh1",
|
"version": "4.15~ynh1",
|
||||||
"url": "https://weblate.org",
|
"url": "https://weblate.org",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
|
@ -63,10 +63,13 @@
|
||||||
"name": "used_forge",
|
"name": "used_forge",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en":"Choose the forge you use",
|
"en": "Choose the forge you use",
|
||||||
"fr":"Choisissez la forge que vous utilisez"
|
"fr": "Choisissez la forge que vous utilisez"
|
||||||
},
|
},
|
||||||
"choices": ["GitHub", "GitLab"],
|
"choices": [
|
||||||
|
"GitHub",
|
||||||
|
"GitLab"
|
||||||
|
],
|
||||||
"default": "GitHub"
|
"default": "GitHub"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue