From 4b8fae84d23f9c7742c418259cbe4b34e8e1a0e2 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Mon, 12 Apr 2021 14:16:07 +0200 Subject: [PATCH] Upgrade to 4.5.3 --- README.md | 2 +- conf/settings.py | 2 +- manifest.json | 2 +- scripts/_common.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 41b71ec..635dfa4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/conf/settings.py b/conf/settings.py index 5689750..adc0805 100644 --- a/conf/settings.py +++ b/conf/settings.py @@ -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", diff --git a/manifest.json b/manifest.json index 41e51e0..7585a5e 100644 --- a/manifest.json +++ b/manifest.json @@ -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": { diff --git a/scripts/_common.sh b/scripts/_common.sh index 68ad43d..025a55f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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)