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:
parent
6960d586b8
commit
4b8fae84d2
4 changed files with 4 additions and 4 deletions
|
@ -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.
|
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
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -705,6 +705,7 @@ CRISPY_TEMPLATE_PACK = "bootstrap3"
|
||||||
# "weblate.checks.format.PerlFormatCheck",
|
# "weblate.checks.format.PerlFormatCheck",
|
||||||
# "weblate.checks.format.JavaScriptFormatCheck",
|
# "weblate.checks.format.JavaScriptFormatCheck",
|
||||||
# "weblate.checks.format.LuaFormatCheck",
|
# "weblate.checks.format.LuaFormatCheck",
|
||||||
|
# "weblate.checks.format.SchemeFormatCheck",
|
||||||
# "weblate.checks.format.CSharpFormatCheck",
|
# "weblate.checks.format.CSharpFormatCheck",
|
||||||
# "weblate.checks.format.JavaFormatCheck",
|
# "weblate.checks.format.JavaFormatCheck",
|
||||||
# "weblate.checks.format.JavaMessageFormatCheck",
|
# "weblate.checks.format.JavaMessageFormatCheck",
|
||||||
|
@ -753,7 +754,6 @@ CRISPY_TEMPLATE_PACK = "bootstrap3"
|
||||||
|
|
||||||
# List of enabled addons
|
# List of enabled addons
|
||||||
# WEBLATE_ADDONS = (
|
# WEBLATE_ADDONS = (
|
||||||
# "weblate.addons.autotranslate.AutoTranslateAddon",
|
|
||||||
# "weblate.addons.gettext.GenerateMoAddon",
|
# "weblate.addons.gettext.GenerateMoAddon",
|
||||||
# "weblate.addons.gettext.UpdateLinguasAddon",
|
# "weblate.addons.gettext.UpdateLinguasAddon",
|
||||||
# "weblate.addons.gettext.UpdateConfigureAddon",
|
# "weblate.addons.gettext.UpdateConfigureAddon",
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "A translation platform using Git and Python",
|
"en": "A translation platform using Git and Python",
|
||||||
"fr": "Une plateforme de traduction utilisant Git et Python"
|
"fr": "Une plateforme de traduction utilisant Git et Python"
|
||||||
},
|
},
|
||||||
"version": "4.5.1~ynh1",
|
"version": "4.5.3~ynh1",
|
||||||
"url": "https://weblate.org",
|
"url": "https://weblate.org",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
|
@ -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.5.1"
|
weblate_version="4.5.3"
|
||||||
|
|
||||||
|
|
||||||
debian_maj_version=$(sed 's/\..*//' /etc/debian_version)
|
debian_maj_version=$(sed 's/\..*//' /etc/debian_version)
|
||||||
|
|
Loading…
Add table
Reference in a new issue