Update
This commit is contained in:
parent
54b92254c4
commit
5fe50a3748
|
@ -3,7 +3,7 @@
|
|||
"groupsTitle": "GROUPS",
|
||||
"groupsText": "We organize groups for the purposes of education, advocacy, and mutual aid. Our objective is to demonstrate to people how the current politico-economic systems detrimentally impact our well-being, present them with alternative approaches, and engage in mutual aid to alleviate the challenges of living under capitalism.",
|
||||
"communitiesTitle": "COMMUNITIES",
|
||||
"communitiesText": "We establish communities based on libertarian socialist principles, where communities have ownership of their land, houses, and the means of production as well as make decisions using direct democracy. We are gradually expanding our socialist world, one community at a time.",
|
||||
"communitiesText": "We establish communities based on libertarian socialist principles, where community members have ownership over land, houses, and the means of production as well as make decisions using direct democracy. We are gradually expanding our socialist world, one community at a time.",
|
||||
"cooperativesTitle": "COOPERATIVES",
|
||||
"cooperativesText": "We form worker cooperatives to finance the operations of our groups and communities. Recognizing that economic power influences political power, we consider the establishment of cooperatives to be one of the initial steps towards achieving socialism."
|
||||
}
|
|
@ -91,17 +91,13 @@ export function loadLocaleContent(content,componentName,loaded,callback) {
|
|||
locale = "en"
|
||||
}
|
||||
}
|
||||
if (callback!=undefined) {
|
||||
callback(locale)
|
||||
}
|
||||
getData("/locales/" + locale + "/" + componentName + ".json" ,function(response) {
|
||||
if (callback!=undefined) {
|
||||
callback(locale)
|
||||
}
|
||||
let parsed = JSON.parse(response)
|
||||
content.set(parsed)
|
||||
loaded = 1
|
||||
})
|
||||
return locale
|
||||
}
|
||||
|
||||
export function getLocale(locale,lang) {
|
||||
locale[0] = lang
|
||||
}
|
|
@ -3,7 +3,7 @@
|
|||
"groupsTitle": "GROUPS",
|
||||
"groupsText": "We organize groups for the purposes of education, advocacy, and mutual aid. Our objective is to demonstrate to people how the current politico-economic systems detrimentally impact our well-being, present them with alternative approaches, and engage in mutual aid to alleviate the challenges of living under capitalism.",
|
||||
"communitiesTitle": "COMMUNITIES",
|
||||
"communitiesText": "We establish communities based on libertarian socialist principles, where communities have ownership of their land, houses, and the means of production as well as make decisions using direct democracy. We are gradually expanding our socialist world, one community at a time.",
|
||||
"communitiesText": "We establish communities based on libertarian socialist principles, where community members have ownership over land, houses, and the means of production as well as make decisions using direct democracy. We are gradually expanding our socialist world, one community at a time.",
|
||||
"cooperativesTitle": "COOPERATIVES",
|
||||
"cooperativesText": "We form worker cooperatives to finance the operations of our groups and communities. Recognizing that economic power influences political power, we consider the establishment of cooperatives to be one of the initial steps towards achieving socialism."
|
||||
}
|
Loading…
Reference in New Issue