mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
4.11
This commit is contained in:
parent
7ae663ecb9
commit
b1e4c38364
3 changed files with 4 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
################################################################################
|
################################################################################
|
||||||
#
|
#
|
||||||
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2012–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
@ -798,6 +798,7 @@ CRISPY_TEMPLATE_PACK = "bootstrap3"
|
||||||
# "weblate.addons.flags.BulkEditAddon",
|
# "weblate.addons.flags.BulkEditAddon",
|
||||||
# "weblate.addons.generate.GenerateFileAddon",
|
# "weblate.addons.generate.GenerateFileAddon",
|
||||||
# "weblate.addons.generate.PseudolocaleAddon",
|
# "weblate.addons.generate.PseudolocaleAddon",
|
||||||
|
# "weblate.addons.generate.PrefillAddon",
|
||||||
# "weblate.addons.json.JSONCustomizeAddon",
|
# "weblate.addons.json.JSONCustomizeAddon",
|
||||||
# "weblate.addons.properties.PropertiesSortAddon",
|
# "weblate.addons.properties.PropertiesSortAddon",
|
||||||
# "weblate.addons.git.GitSquashAddon",
|
# "weblate.addons.git.GitSquashAddon",
|
||||||
|
|
|
@ -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.10.1~ynh1",
|
"version": "4.11~ynh1",
|
||||||
"url": "https://weblate.org",
|
"url": "https://weblate.org",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
|
|
|
@ -12,7 +12,7 @@ pkg_dependencies="libxml2-dev libxslt-dev libfreetype6-dev libjpeg-dev libz-dev
|
||||||
libpq-dev libglib2.0-dev mailutils python-celery-common hub"
|
libpq-dev libglib2.0-dev mailutils python-celery-common hub"
|
||||||
|
|
||||||
# Weblate's version for PIP and settings file
|
# Weblate's version for PIP and settings file
|
||||||
weblate_version="4.10.1"
|
weblate_version="4.11"
|
||||||
|
|
||||||
debian_maj_version=$(sed 's/\..*//' /etc/debian_version)
|
debian_maj_version=$(sed 's/\..*//' /etc/debian_version)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue