mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
commit
3248a86ef9
5 changed files with 11 additions and 10 deletions
|
@ -17,7 +17,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.11.2~ynh2
|
||||
**Shipped version:** 4.12~ynh1
|
||||
|
||||
**Demo:** https://hosted.weblate.org/
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Weblate est un outil de traduction libre avec une intégration étroite du contrôle de version. Il fournit deux interfaces utilisateur, la propagation des traductions entre les composants, les contrôles de qualité et la liaison automatique aux fichiers source.
|
||||
|
||||
**Version incluse :** 4.11.2~ynh2
|
||||
**Version incluse :** 4.12~ynh1
|
||||
|
||||
**Démo :** https://hosted.weblate.org/
|
||||
|
||||
|
|
|
@ -151,8 +151,8 @@ LANGUAGES = (
|
|||
("th", "ไทย"),
|
||||
("tr", "Türkçe"),
|
||||
("uk", "Українська"),
|
||||
("zh-hans", "简体字"),
|
||||
("zh-hant", "正體字"),
|
||||
("zh-hans", "简体中文"),
|
||||
("zh-hant", "正體中文"),
|
||||
)
|
||||
|
||||
SITE_ID = 1
|
||||
|
@ -242,7 +242,7 @@ AUTHENTICATION_BACKENDS = (
|
|||
"social_core.backends.email.EmailAuth",
|
||||
# "social_core.backends.google.GoogleOAuth2",
|
||||
# "social_core.backends.github.GithubOAuth2",
|
||||
# "social_core.backends.bitbucket.BitbucketOAuth",
|
||||
# "social_core.backends.bitbucket.BitbucketOAuth2",
|
||||
# "social_core.backends.suse.OpenSUSEOpenId",
|
||||
# "social_core.backends.ubuntu.UbuntuOpenId",
|
||||
# "social_core.backends.fedora.FedoraOpenId",
|
||||
|
@ -266,9 +266,9 @@ SOCIAL_AUTH_GITHUB_TEAM_KEY = ""
|
|||
SOCIAL_AUTH_GITHUB_TEAM_SECRET = ""
|
||||
SOCIAL_AUTH_GITHUB_TEAM_ID = ""
|
||||
|
||||
SOCIAL_AUTH_BITBUCKET_KEY = ""
|
||||
SOCIAL_AUTH_BITBUCKET_SECRET = ""
|
||||
SOCIAL_AUTH_BITBUCKET_VERIFIED_EMAILS_ONLY = True
|
||||
SOCIAL_AUTH_BITBUCKET_OAUTH2_KEY = ""
|
||||
SOCIAL_AUTH_BITBUCKET_OAUTH2_SECRET = ""
|
||||
SOCIAL_AUTH_BITBUCKET_OAUTH2_VERIFIED_EMAILS_ONLY = True
|
||||
|
||||
SOCIAL_AUTH_FACEBOOK_KEY = ""
|
||||
SOCIAL_AUTH_FACEBOOK_SECRET = ""
|
||||
|
@ -902,6 +902,7 @@ if REQUIRE_LOGIN:
|
|||
# rf"{URL_PREFIX}/js/i18n/$", # JavaScript localization
|
||||
# rf"{URL_PREFIX}/contact/$", # Optional for contact form
|
||||
# rf"{URL_PREFIX}/legal/(.*)$", # Optional for legal app
|
||||
# rf"{URL_PREFIX}/avatar/(.*)$", # Optional for avatars
|
||||
# )
|
||||
|
||||
# Silence some of the Django system checks
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Translation platform using Git and Python",
|
||||
"fr": "Plateforme de traduction utilisant Git et Python"
|
||||
},
|
||||
"version": "4.11.2~ynh2",
|
||||
"version": "4.12~ynh1",
|
||||
"url": "https://weblate.org",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0",
|
||||
|
|
|
@ -18,7 +18,7 @@ borgbackup_dependencies="libacl1-dev libacl1 libssl-dev liblz4-dev libzstd-dev l
|
|||
pkg_dependencies="$weblate_dependencies $borgbackup_dependencies"
|
||||
|
||||
# Weblate's version for PIP and settings file
|
||||
weblate_version="4.11.2"
|
||||
weblate_version="4.12"
|
||||
|
||||
debian_maj_version=$(sed 's/\..*//' /etc/debian_version)
|
||||
|
||||
|
|
Loading…
Reference in a new issue