This commit is contained in:
a-ill
2023-10-09 15:38:04 +03:00
parent fccdad8e34
commit 1522c2933b
105 changed files with 6404 additions and 17 deletions

View File

@@ -82,6 +82,10 @@ const auth_info = Dict(
"ru" => Dict(
:title => "LibSoc - Логин/Регистрация",
:description => ""
),
"fr" => Dict(
:title => "LibSoc - Connexion/Inscription",
:description => ""
)
)
@@ -93,6 +97,10 @@ const reset_password_info = Dict(
"ru" => Dict(
:title => "LibSoc - Восстановление пароля",
:description => ""
),
"fr" => Dict(
:title => "LibSoc - Réinitialiser le mot de passe",
:description => ""
)
)