Update
This commit is contained in:
@@ -21,7 +21,11 @@ const admin_panel_info = Dict(
|
||||
"ru" => Dict(
|
||||
:title => "",
|
||||
:description => ""
|
||||
)
|
||||
),
|
||||
"fr" => Dict(
|
||||
:title => "LibSoc - Admin panel",
|
||||
:description => ""
|
||||
),
|
||||
)
|
||||
|
||||
function get_locale()
|
||||
|
@@ -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 => ""
|
||||
)
|
||||
)
|
||||
|
||||
|
@@ -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()
|
||||
|
@@ -21,6 +21,10 @@ const communes_info = Dict(
|
||||
"ru" => Dict(
|
||||
:title => "LibSoc - Коммуны",
|
||||
:description => ""
|
||||
),
|
||||
"en" => Dict(
|
||||
:title => "LibSoc - Communes",
|
||||
:description => ""
|
||||
)
|
||||
)
|
||||
|
||||
|
@@ -21,6 +21,10 @@ const cooperatives_info = Dict(
|
||||
"ru" => Dict(
|
||||
:title => "LibSoc - Кооперативы",
|
||||
:description => ""
|
||||
),
|
||||
"fr" => Dict(
|
||||
:title => "LibSoc - Coopératives",
|
||||
:description => ""
|
||||
)
|
||||
)
|
||||
|
||||
|
@@ -22,6 +22,10 @@ const groups_info = Dict(
|
||||
"ru" => Dict(
|
||||
:title => "LibSoc - Группы",
|
||||
:description => ""
|
||||
),
|
||||
"fr" => Dict(
|
||||
:title => "LibSoc - Groupes",
|
||||
:description => ""
|
||||
)
|
||||
)
|
||||
|
||||
|
@@ -21,6 +21,10 @@ const parties_info = Dict(
|
||||
"ru" => Dict(
|
||||
:title => "LibSoc - Партии",
|
||||
:description => ""
|
||||
),
|
||||
"fr" => Dict(
|
||||
:title => "LibSoc - Partis",
|
||||
:description => ""
|
||||
)
|
||||
)
|
||||
|
||||
|
@@ -21,6 +21,10 @@ const partners_info = Dict(
|
||||
"ru" => Dict(
|
||||
:title => "LibSoc - Партнеры",
|
||||
:description => ""
|
||||
),
|
||||
"fr" => Dict(
|
||||
:title => "LibSoc - Partenaires",
|
||||
:description => ""
|
||||
)
|
||||
)
|
||||
|
||||
|
@@ -22,6 +22,10 @@ const trade_unions_info = Dict(
|
||||
"ru" => Dict(
|
||||
:title => "LibSoc - Профсоюзы",
|
||||
:description => ""
|
||||
),
|
||||
"fr" => Dict(
|
||||
:title => "LibSoc - Syndicats",
|
||||
:description => ""
|
||||
)
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user