This commit is contained in:
a-ill
2023-10-15 19:04:33 +03:00
parent f0cf7515af
commit 9aa0486e07
43 changed files with 955 additions and 4 deletions

View File

@@ -27,6 +27,10 @@ const landing_info = Dict(
"fr" => Dict(
:title => "LibSoc - Un réseau mondial de socialistes libertaires",
:description => ""
),
"ee" => Dict(
:title => "LibSoc - Libertaarsotsialistide ülemaailmne võrgustik",
:description => ""
)
)
@@ -42,6 +46,10 @@ const manifesto_info = Dict(
"fr" => Dict(
:title => "LibSoc - Manifeste",
:description => ""
),
"ee" => Dict(
:title => "LibSoc - Manifest",
:description => ""
)
)
@@ -57,6 +65,10 @@ const join_us_info = Dict(
"fr" => Dict(
:title => "LibSoc - Rejoignez-nous",
:description => ""
),
"ee" => Dict(
:title => "LibSoc - Liitu meiega",
:description => ""
)
)
@@ -73,6 +85,10 @@ const compass_info = Dict(
:title => "LibSoc - Political Compass",
:description => ""
),
"ee" => Dict(
:title => "LibSoc - Political Compass",
:description => ""
)
)
function get_locale()