1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00

Upgrade to 4.5.3

This commit is contained in:
Kay0u 2021-04-12 14:16:07 +02:00
parent 6960d586b8
commit 4b8fae84d2
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D
4 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Weblate is a libre web-based translation tool with tight version control integration. It provides two user interfaces, propagation of translations across components, quality checks and automatic linking to source files.
**Shipped version:** 4.5.1
**Shipped version:** 4.5.3
## Screenshots

View file

@ -705,6 +705,7 @@ CRISPY_TEMPLATE_PACK = "bootstrap3"
# "weblate.checks.format.PerlFormatCheck",
# "weblate.checks.format.JavaScriptFormatCheck",
# "weblate.checks.format.LuaFormatCheck",
# "weblate.checks.format.SchemeFormatCheck",
# "weblate.checks.format.CSharpFormatCheck",
# "weblate.checks.format.JavaFormatCheck",
# "weblate.checks.format.JavaMessageFormatCheck",
@ -753,7 +754,6 @@ CRISPY_TEMPLATE_PACK = "bootstrap3"
# List of enabled addons
# WEBLATE_ADDONS = (
# "weblate.addons.autotranslate.AutoTranslateAddon",
# "weblate.addons.gettext.GenerateMoAddon",
# "weblate.addons.gettext.UpdateLinguasAddon",
# "weblate.addons.gettext.UpdateConfigureAddon",

View file

@ -6,7 +6,7 @@
"en": "A translation platform using Git and Python",
"fr": "Une plateforme de traduction utilisant Git et Python"
},
"version": "4.5.1~ynh1",
"version": "4.5.3~ynh1",
"url": "https://weblate.org",
"license": "AGPL-3.0",
"maintainer": {

View file

@ -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"
# Weblate's version for PIP and settings file
weblate_version="4.5.1"
weblate_version="4.5.3"
debian_maj_version=$(sed 's/\..*//' /etc/debian_version)