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",
|
||||
"fr": "Plateforme de traduction utilisant Git et Python"
|
||||
},
|
||||
"version": "4.14.2~ynh1",
|
||||
"version": "4.15~ynh1",
|
||||
"url": "https://weblate.org",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0",
|
||||
|
@ -63,10 +63,13 @@
|
|||
"name": "used_forge",
|
||||
"type": "string",
|
||||
"ask": {
|
||||
"en":"Choose the forge you use",
|
||||
"fr":"Choisissez la forge que vous utilisez"
|
||||
"en": "Choose the forge you use",
|
||||
"fr": "Choisissez la forge que vous utilisez"
|
||||
},
|
||||
"choices": ["GitHub", "GitLab"],
|
||||
"choices": [
|
||||
"GitHub",
|
||||
"GitLab"
|
||||
],
|
||||
"default": "GitHub"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue