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

@@ -26,6 +26,10 @@ const admin_panel_info = Dict(
:title => "LibSoc - Admin panel",
:description => ""
),
"ee" => Dict(
:title => "LibSoc - Admin panel",
:description => ""
),
)
function get_locale()

View File

@@ -86,6 +86,10 @@ const auth_info = Dict(
"fr" => Dict(
:title => "LibSoc - Connexion/Inscription",
:description => ""
),
"ee" => Dict(
:title => "LibSoc - Logi sisse",
:description => ""
)
)
@@ -101,6 +105,10 @@ const reset_password_info = Dict(
"fr" => Dict(
:title => "LibSoc - Réinitialiser le mot de passe",
:description => ""
),
"ee" => Dict(
:title => "LibSoc - Parooli lähtestamine",
:description => ""
)
)

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()

View File

@@ -25,6 +25,10 @@ const communes_info = Dict(
"fr" => Dict(
:title => "LibSoc - Communes",
:description => ""
),
"ee" => Dict(
:title => "LibSoc - Kommuunid",
:description => ""
)
)

View File

@@ -25,6 +25,10 @@ const cooperatives_info = Dict(
"fr" => Dict(
:title => "LibSoc - Coopératives",
:description => ""
),
"ee" => Dict(
:title => "LibSoc - Kooperatiivid",
:description => ""
)
)

View File

@@ -26,6 +26,10 @@ const groups_info = Dict(
"fr" => Dict(
:title => "LibSoc - Groupes",
:description => ""
),
"ee" => Dict(
:title => "LibSoc - Grupid",
:description => ""
)
)

View File

@@ -25,6 +25,10 @@ const parties_info = Dict(
"fr" => Dict(
:title => "LibSoc - Partis",
:description => ""
),
"ee" => Dict(
:title => "LibSoc - Parteid",
:description => ""
)
)

View File

@@ -25,6 +25,10 @@ const partners_info = Dict(
"fr" => Dict(
:title => "LibSoc - Partenaires",
:description => ""
),
"ee" => Dict(
:title => "LibSoc - Partners",
:description => ""
)
)

View File

@@ -26,6 +26,10 @@ const trade_unions_info = Dict(
"fr" => Dict(
:title => "LibSoc - Syndicats",
:description => ""
),
"ee" => Dict(
:title => "LibSoc - Ametiühingud",
:description => ""
)
)