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

@@ -21,7 +21,11 @@ const admin_panel_info = Dict(
"ru" => Dict(
:title => "",
:description => ""
)
),
"fr" => Dict(
:title => "LibSoc - Admin panel",
:description => ""
),
)
function get_locale()

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 => ""
)
)

View File

@@ -24,6 +24,10 @@ const landing_info = Dict(
:title => "LibSoc - Глобальная сеть либертарных социалистов",
:description => ""
),
"fr" => Dict(
:title => "LibSoc - Un réseau mondial de socialistes libertaires",
:description => ""
)
)
const manifesto_info = Dict(
@@ -34,18 +38,26 @@ const manifesto_info = Dict(
"ru" => Dict(
:title => "LibSoc - Манифест",
:description => ""
),
"fr" => Dict(
:title => "LibSoc - Manifeste",
:description => ""
)
)
const join_us_info = Dict(
"en" => Dict(
:title => "LibSoc - Manifesto",
:title => "LibSoc - Join Us",
:description => ""
),
"ru" => Dict(
:title => "LibSoc - Присоединяйся",
:description => ""
),
"fr" => Dict(
:title => "LibSoc - Rejoignez-nous",
:description => ""
)
)
const compass_info = Dict(
@@ -56,7 +68,11 @@ const compass_info = Dict(
"ru" => Dict(
:title => "LibSoc - Политический компас",
:description => ""
)
),
"fr" => Dict(
:title => "LibSoc - Political Compass",
:description => ""
),
)
function get_locale()

View File

@@ -21,6 +21,10 @@ const communes_info = Dict(
"ru" => Dict(
:title => "LibSoc - Коммуны",
:description => ""
),
"en" => Dict(
:title => "LibSoc - Communes",
:description => ""
)
)

View File

@@ -21,6 +21,10 @@ const cooperatives_info = Dict(
"ru" => Dict(
:title => "LibSoc - Кооперативы",
:description => ""
),
"fr" => Dict(
:title => "LibSoc - Coopératives",
:description => ""
)
)

View File

@@ -22,6 +22,10 @@ const groups_info = Dict(
"ru" => Dict(
:title => "LibSoc - Группы",
:description => ""
),
"fr" => Dict(
:title => "LibSoc - Groupes",
:description => ""
)
)

View File

@@ -21,6 +21,10 @@ const parties_info = Dict(
"ru" => Dict(
:title => "LibSoc - Партии",
:description => ""
),
"fr" => Dict(
:title => "LibSoc - Partis",
:description => ""
)
)

View File

@@ -21,6 +21,10 @@ const partners_info = Dict(
"ru" => Dict(
:title => "LibSoc - Партнеры",
:description => ""
),
"fr" => Dict(
:title => "LibSoc - Partenaires",
:description => ""
)
)

View File

@@ -22,6 +22,10 @@ const trade_unions_info = Dict(
"ru" => Dict(
:title => "LibSoc - Профсоюзы",
:description => ""
),
"fr" => Dict(
:title => "LibSoc - Syndicats",
:description => ""
)
)