Features: 1) Added "Home" translation to AR, EN, and ES locale files; 2) Updated PO and MO file metadata with revised POT creation date.
Fixes: 1) Corrected inconsistent translation strings across locale files. Extra: Updated version and contributor metadata in locale files.
This commit is contained in:
parent
27603edf4e
commit
74813bcdf4
36 changed files with 99 additions and 28 deletions
|
|
@ -17,11 +17,11 @@ from core.views import (
|
|||
from evibes.settings import SPECTACULAR_PLATFORM_SETTINGS
|
||||
|
||||
urlpatterns = [
|
||||
path(r"health/", include("health_check.urls")),
|
||||
path("prometheus/", include("django_prometheus.urls")),
|
||||
path(r"health/", include("health_check.urls", namespace="health_check")),
|
||||
path("prometheus/", include("django_prometheus.urls", namespace="prometheus")),
|
||||
path(
|
||||
r"graphql/",
|
||||
csrf_exempt(CustomGraphQLView.as_view(graphiql=True, schema=schema)),
|
||||
csrf_exempt(CustomGraphQLView.as_view(graphiql=True, schema=schema)), name="graphql-platform"
|
||||
),
|
||||
path(
|
||||
r"docs/",
|
||||
|
|
@ -42,10 +42,10 @@ urlpatterns = [
|
|||
path(r"i18n/", include("django.conf.urls.i18n")),
|
||||
path(r"favicon.ico", favicon_view),
|
||||
path(r"", index),
|
||||
path(r"", include("core.api_urls")),
|
||||
path(r"auth/", include("vibes_auth.urls")),
|
||||
path(r"payments/", include("payments.urls")),
|
||||
path(r"blog/", include("blog.urls")),
|
||||
path(r"", include("core.api_urls", namespace="core")),
|
||||
path(r"auth/", include("vibes_auth.urls", namespace="vibes_auth")),
|
||||
path(r"payments/", include("payments.urls", namespace="payments")),
|
||||
path(r"blog/", include("blog.urls", namespace="blog")),
|
||||
path("admin/doc/", include("django.contrib.admindocs.urls")),
|
||||
] + i18n_patterns(path("admin/", admin.site.urls))
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: EVIBES 2.8.10\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-06-29 17:31+0100\n"
|
||||
"POT-Creation-Date: 2025-06-29 17:46+0100\n"
|
||||
"PO-Revision-Date: 2025-06-16 08:59+0100\n"
|
||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||
"Language-Team: LANGUAGE <CONTACT@FUREUNOIR.COM>\n"
|
||||
|
|
@ -211,6 +211,10 @@ msgstr ""
|
|||
"## الإصدار\n"
|
||||
"إصدار API الحالي: {EVIBES_VERSION}\n"
|
||||
|
||||
#: evibes/settings/jazzmin.py:20
|
||||
msgid "Home"
|
||||
msgstr "الصفحة الرئيسية"
|
||||
|
||||
#: evibes/settings/jazzmin.py:21
|
||||
msgid "Documentation"
|
||||
msgstr "التوثيق"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: EVIBES 2.8.10\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-06-29 17:31+0100\n"
|
||||
"POT-Creation-Date: 2025-06-29 17:46+0100\n"
|
||||
"PO-Revision-Date: 2025-06-16 08:59+0100\n"
|
||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||
"Language-Team: LANGUAGE <CONTACT@FUREUNOIR.COM>\n"
|
||||
|
|
@ -213,6 +213,10 @@ msgstr ""
|
|||
"## Verze\n"
|
||||
"Aktuální verze API: {EVIBES_VERSION}\n"
|
||||
|
||||
#: evibes/settings/jazzmin.py:20
|
||||
msgid "Home"
|
||||
msgstr "Home"
|
||||
|
||||
#: evibes/settings/jazzmin.py:21
|
||||
msgid "Documentation"
|
||||
msgstr "Dokumentace"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: EVIBES 2.8.10\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-06-29 17:31+0100\n"
|
||||
"POT-Creation-Date: 2025-06-29 17:46+0100\n"
|
||||
"PO-Revision-Date: 2025-06-16 08:59+0100\n"
|
||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||
"Language-Team: LANGUAGE <CONTACT@FUREUNOIR.COM>\n"
|
||||
|
|
@ -212,6 +212,10 @@ msgstr ""
|
|||
"## Version\n"
|
||||
"Nuværende API-version: {EVIBES_VERSION}\n"
|
||||
|
||||
#: evibes/settings/jazzmin.py:20
|
||||
msgid "Home"
|
||||
msgstr "Hjem"
|
||||
|
||||
#: evibes/settings/jazzmin.py:21
|
||||
msgid "Documentation"
|
||||
msgstr "Dokumentation"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: EVIBES 2.8.10\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-06-29 17:31+0100\n"
|
||||
"POT-Creation-Date: 2025-06-29 17:46+0100\n"
|
||||
"PO-Revision-Date: 2025-06-16 08:59+0100\n"
|
||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||
"Language-Team: LANGUAGE <CONTACT@FUREUNOIR.COM>\n"
|
||||
|
|
@ -212,6 +212,10 @@ msgstr ""
|
|||
"## Version\n"
|
||||
"Aktuelle API-Version: {EVIBES_VERSION}\n"
|
||||
|
||||
#: evibes/settings/jazzmin.py:20
|
||||
msgid "Home"
|
||||
msgstr "Startseite"
|
||||
|
||||
#: evibes/settings/jazzmin.py:21
|
||||
msgid "Documentation"
|
||||
msgstr "Dokumentation"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: EVIBES 2.8.10\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-06-29 17:31+0100\n"
|
||||
"POT-Creation-Date: 2025-06-29 17:46+0100\n"
|
||||
"PO-Revision-Date: 2025-06-16 08:59+0100\n"
|
||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||
"Language-Team: LANGUAGE <CONTACT@FUREUNOIR.COM>\n"
|
||||
|
|
@ -215,6 +215,10 @@ msgstr ""
|
|||
"## Version\n"
|
||||
"Current API version: {EVIBES_VERSION}\n"
|
||||
|
||||
#: evibes/settings/jazzmin.py:20
|
||||
msgid "Home"
|
||||
msgstr "Home"
|
||||
|
||||
#: evibes/settings/jazzmin.py:21
|
||||
msgid "Documentation"
|
||||
msgstr "Documentation"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: EVIBES 2.8.10\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-06-29 17:31+0100\n"
|
||||
"POT-Creation-Date: 2025-06-29 17:46+0100\n"
|
||||
"PO-Revision-Date: 2025-06-16 08:59+0100\n"
|
||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||
"Language-Team: LANGUAGE <CONTACT@FUREUNOIR.COM>\n"
|
||||
|
|
@ -211,6 +211,10 @@ msgstr ""
|
|||
"## Version\n"
|
||||
"Current API version: {EVIBES_VERSION}\n"
|
||||
|
||||
#: evibes/settings/jazzmin.py:20
|
||||
msgid "Home"
|
||||
msgstr "Home"
|
||||
|
||||
#: evibes/settings/jazzmin.py:21
|
||||
msgid "Documentation"
|
||||
msgstr "Documentation"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: EVIBES 2.8.10\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-06-29 17:31+0100\n"
|
||||
"POT-Creation-Date: 2025-06-29 17:46+0100\n"
|
||||
"PO-Revision-Date: 2025-06-16 08:59+0100\n"
|
||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||
"Language-Team: LANGUAGE <CONTACT@FUREUNOIR.COM>\n"
|
||||
|
|
@ -213,6 +213,10 @@ msgstr ""
|
|||
"## Versión\n"
|
||||
"Versión actual de la API: {EVIBES_VERSION}\n"
|
||||
|
||||
#: evibes/settings/jazzmin.py:20
|
||||
msgid "Home"
|
||||
msgstr "Inicio"
|
||||
|
||||
#: evibes/settings/jazzmin.py:21
|
||||
msgid "Documentation"
|
||||
msgstr "Documentación"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: EVIBES 2.8.10\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-06-29 17:31+0100\n"
|
||||
"POT-Creation-Date: 2025-06-29 17:46+0100\n"
|
||||
"PO-Revision-Date: 2025-06-16 08:59+0100\n"
|
||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||
"Language-Team: LANGUAGE <CONTACT@FUREUNOIR.COM>\n"
|
||||
|
|
@ -213,6 +213,10 @@ msgstr ""
|
|||
"## Version\n"
|
||||
"Version actuelle de l'API : {EVIBES_VERSION}\n"
|
||||
|
||||
#: evibes/settings/jazzmin.py:20
|
||||
msgid "Home"
|
||||
msgstr "Accueil"
|
||||
|
||||
#: evibes/settings/jazzmin.py:21
|
||||
msgid "Documentation"
|
||||
msgstr "Documentation"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: EVIBES 2.8.10\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-06-29 17:31+0100\n"
|
||||
"POT-Creation-Date: 2025-06-29 17:46+0100\n"
|
||||
"PO-Revision-Date: 2025-06-16 08:59+0100\n"
|
||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||
"Language-Team: LANGUAGE <CONTACT@FUREUNOIR.COM>\n"
|
||||
|
|
@ -196,6 +196,10 @@ msgid ""
|
|||
"Current API version: {EVIBES_VERSION}\n"
|
||||
msgstr ""
|
||||
|
||||
#: evibes/settings/jazzmin.py:20
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: evibes/settings/jazzmin.py:21
|
||||
msgid "Documentation"
|
||||
msgstr ""
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: EVIBES 2.8.10\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-06-29 17:31+0100\n"
|
||||
"POT-Creation-Date: 2025-06-29 17:46+0100\n"
|
||||
"PO-Revision-Date: 2025-06-16 08:59+0100\n"
|
||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||
"Language-Team: LANGUAGE <CONTACT@FUREUNOIR.COM>\n"
|
||||
|
|
@ -212,6 +212,10 @@ msgstr ""
|
|||
"## Versione\n"
|
||||
"Versione attuale dell'API: {EVIBES_VERSION}\n"
|
||||
|
||||
#: evibes/settings/jazzmin.py:20
|
||||
msgid "Home"
|
||||
msgstr "Casa"
|
||||
|
||||
#: evibes/settings/jazzmin.py:21
|
||||
msgid "Documentation"
|
||||
msgstr "Documentazione"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: EVIBES 2.8.10\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-06-29 17:31+0100\n"
|
||||
"POT-Creation-Date: 2025-06-29 17:46+0100\n"
|
||||
"PO-Revision-Date: 2025-06-16 08:59+0100\n"
|
||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||
"Language-Team: LANGUAGE <CONTACT@FUREUNOIR.COM>\n"
|
||||
|
|
@ -211,6 +211,10 @@ msgstr ""
|
|||
"## バージョン\n"
|
||||
"現在のAPIバージョン:現在のAPIバージョン: {EVIBES_VERSION}.\n"
|
||||
|
||||
#: evibes/settings/jazzmin.py:20
|
||||
msgid "Home"
|
||||
msgstr "ホーム"
|
||||
|
||||
#: evibes/settings/jazzmin.py:21
|
||||
msgid "Documentation"
|
||||
msgstr "ドキュメンテーション"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: EVIBES 2.8.10\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-06-29 17:31+0100\n"
|
||||
"POT-Creation-Date: 2025-06-29 17:46+0100\n"
|
||||
"PO-Revision-Date: 2025-06-16 08:59+0100\n"
|
||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||
"Language-Team: LANGUAGE <CONTACT@FUREUNOIR.COM>\n"
|
||||
|
|
@ -196,6 +196,10 @@ msgid ""
|
|||
"Current API version: {EVIBES_VERSION}\n"
|
||||
msgstr ""
|
||||
|
||||
#: evibes/settings/jazzmin.py:20
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: evibes/settings/jazzmin.py:21
|
||||
msgid "Documentation"
|
||||
msgstr ""
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: EVIBES 2.8.10\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-06-29 17:31+0100\n"
|
||||
"POT-Creation-Date: 2025-06-29 17:46+0100\n"
|
||||
"PO-Revision-Date: 2025-06-16 08:59+0100\n"
|
||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||
"Language-Team: LANGUAGE <CONTACT@FUREUNOIR.COM>\n"
|
||||
|
|
@ -212,6 +212,10 @@ msgstr ""
|
|||
"## Versie\n"
|
||||
"Huidige API-versie: {EVIBES_VERSION}\n"
|
||||
|
||||
#: evibes/settings/jazzmin.py:20
|
||||
msgid "Home"
|
||||
msgstr "Home"
|
||||
|
||||
#: evibes/settings/jazzmin.py:21
|
||||
msgid "Documentation"
|
||||
msgstr "Documentatie"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: EVIBES 2.8.10\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-06-29 17:31+0100\n"
|
||||
"POT-Creation-Date: 2025-06-29 17:46+0100\n"
|
||||
"PO-Revision-Date: 2025-06-16 08:59+0100\n"
|
||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||
"Language-Team: LANGUAGE <CONTACT@FUREUNOIR.COM>\n"
|
||||
|
|
@ -211,6 +211,10 @@ msgstr ""
|
|||
"## Wersja\n"
|
||||
"Aktualna wersja API: {EVIBES_VERSION}\n"
|
||||
|
||||
#: evibes/settings/jazzmin.py:20
|
||||
msgid "Home"
|
||||
msgstr "Strona główna"
|
||||
|
||||
#: evibes/settings/jazzmin.py:21
|
||||
msgid "Documentation"
|
||||
msgstr "Dokumentacja"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: EVIBES 2.8.10\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-06-29 17:31+0100\n"
|
||||
"POT-Creation-Date: 2025-06-29 17:46+0100\n"
|
||||
"PO-Revision-Date: 2025-06-16 08:59+0100\n"
|
||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||
"Language-Team: LANGUAGE <CONTACT@FUREUNOIR.COM>\n"
|
||||
|
|
@ -211,6 +211,10 @@ msgstr ""
|
|||
"## Versão\n"
|
||||
"Versão atual da API: {EVIBES_VERSION}\n"
|
||||
|
||||
#: evibes/settings/jazzmin.py:20
|
||||
msgid "Home"
|
||||
msgstr "Início"
|
||||
|
||||
#: evibes/settings/jazzmin.py:21
|
||||
msgid "Documentation"
|
||||
msgstr "Documentação"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: EVIBES 2.8.10\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-06-29 17:31+0100\n"
|
||||
"POT-Creation-Date: 2025-06-29 17:46+0100\n"
|
||||
"PO-Revision-Date: 2025-06-16 08:59+0100\n"
|
||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||
"Language-Team: LANGUAGE <CONTACT@FUREUNOIR.COM>\n"
|
||||
|
|
@ -213,6 +213,10 @@ msgstr ""
|
|||
"## Versiune\n"
|
||||
"Versiunea curentă a API: {EVIBES_VERSION}\n"
|
||||
|
||||
#: evibes/settings/jazzmin.py:20
|
||||
msgid "Home"
|
||||
msgstr "Acasă"
|
||||
|
||||
#: evibes/settings/jazzmin.py:21
|
||||
msgid "Documentation"
|
||||
msgstr "Documentație"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: EVIBES 2.8.10\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-06-29 17:31+0100\n"
|
||||
"POT-Creation-Date: 2025-06-29 17:46+0100\n"
|
||||
"PO-Revision-Date: 2025-06-16 08:59+0100\n"
|
||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||
"Language-Team: LANGUAGE <CONTACT@FUREUNOIR.COM>\n"
|
||||
|
|
@ -212,6 +212,10 @@ msgstr ""
|
|||
"## Версия\n"
|
||||
"Текущая версия API: {EVIBES_VERSION}\n"
|
||||
|
||||
#: evibes/settings/jazzmin.py:20
|
||||
msgid "Home"
|
||||
msgstr "Главная"
|
||||
|
||||
#: evibes/settings/jazzmin.py:21
|
||||
msgid "Documentation"
|
||||
msgstr "Документация"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: EVIBES 2.8.10\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-06-29 17:31+0100\n"
|
||||
"POT-Creation-Date: 2025-06-29 17:46+0100\n"
|
||||
"PO-Revision-Date: 2025-06-16 08:59+0100\n"
|
||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||
"Language-Team: LANGUAGE <CONTACT@FUREUNOIR.COM>\n"
|
||||
|
|
@ -211,6 +211,10 @@ msgstr ""
|
|||
"## 版本\n"
|
||||
"当前的 API 版本:{EVIBES_VERSION}\n"
|
||||
|
||||
#: evibes/settings/jazzmin.py:20
|
||||
msgid "Home"
|
||||
msgstr "首页"
|
||||
|
||||
#: evibes/settings/jazzmin.py:21
|
||||
msgid "Documentation"
|
||||
msgstr "文件"
|
||||
|
|
|
|||
|
|
@ -17,10 +17,8 @@ JAZZMIN_SETTINGS = {
|
|||
"search_model": None,
|
||||
"user_avatar": "avatar",
|
||||
"topmenu_links": [
|
||||
{"name": "Home", "url": "admin:index"},
|
||||
{"name": _("Documentation"), "url": "admin:docs"},
|
||||
{"name": _("Home"), "url": "admin:index"},
|
||||
{"name": _("Storefront"), "url": f"https://{CONSTANCE_CONFIG.get('BASE_DOMAIN')[0]}", "new_window": True},
|
||||
{"name": _("Support"), "url": "https://t.me/fureunoir", "new_window": True},
|
||||
{"name": "GitLab", "url": "https://gitlab.com/wiseless/evibes", "new_window": True},
|
||||
{
|
||||
"name": _("GraphQL Docs"),
|
||||
|
|
@ -37,6 +35,7 @@ JAZZMIN_SETTINGS = {
|
|||
"url": f"https://b2b.{CONSTANCE_CONFIG.get('BASE_DOMAIN')[0]}/docs/swagger", # type: ignore
|
||||
"new_window": True,
|
||||
},
|
||||
{"name": _("Support"), "url": "https://t.me/fureunoir", "new_window": True},
|
||||
],
|
||||
"usermenu_links": [],
|
||||
"show_sidebar": True,
|
||||
|
|
|
|||
Loading…
Reference in a new issue