Skip to content

Commit 258cd04

Browse files
committed
Merge branch 'master' into localization
2 parents 6200b85 + cb41063 commit 258cd04

21 files changed

+3231
-2017
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License
2+
3+
Copyright (c) 2017 8values. http://8values.github.io.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

index.html

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
<link rel="icon" type="x-icon" href="icon.png">
66
<link rel="shortcut icon" type="x-icon" href="icon.png">
77
<meta charset="utf-8">
8+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
9+
<script>
10+
(adsbygoogle = window.adsbygoogle || []).push({
11+
google_ad_client: "ca-pub-6511426299019766",
12+
enable_page_level_ads: true
13+
});
14+
</script>
815
</head>
916
<body>
1017
<script src="https://unpkg.com/[email protected]/i18next.min.js"></script>
@@ -20,7 +27,7 @@ <h1>8values</h1>
2027
<h2 data-i18n="faq_whatis"></h2>
2128
<p data-i18n="faq_whatis_answer"></p>
2229

23-
<h2 id="faq_values" class="translate"></h2>
30+
<h2 data-i18n="faq_values"></h2>
2431
<p data-i18n="faq_values_answer"></p>
2532
<p data-i18n="equality" class="value-description"></p>
2633
<p data-i18n="wealth" class="value-description"></p>
@@ -38,4 +45,21 @@ <h2 data-i18n="faq_scores"></h2>
3845
<script type="text/javascript">
3946
i18n_load_ns()
4047
</script>
48+
49+
<!-- Website visit statistics - no personal information is collected! -->
50+
<script type="text/javascript">
51+
var sc_project=11325211;
52+
var sc_invisible=1;
53+
var sc_security="fd9f0659";
54+
var scJsHost = (("https:" == document.location.protocol) ?
55+
"https://secure." : "http://www.");
56+
document.write("<sc"+"ript type='text/javascript' src='" +
57+
scJsHost+
58+
"statcounter.com/counter/counter.js'></"+"script>");
59+
</script>
60+
<noscript><div class="statcounter"><a title="web stats"
61+
href="http://statcounter.com/" target="_blank"><img
62+
class="statcounter"
63+
src="//c.statcounter.com/11325211/0/fd9f0659/1/" alt="web
64+
stats"></a></div></noscript>
4165
</body>

instructions.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
<link rel="icon" type="x-icon" href="icon.png">
66
<link rel="shortcut icon" type="x-icon" href="icon.png">
77
<meta charset="utf-8">
8+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
9+
<script>
10+
(adsbygoogle = window.adsbygoogle || []).push({
11+
google_ad_client: "ca-pub-6511426299019766",
12+
enable_page_level_ads: true
13+
});
14+
</script>
815
</head>
916
<body>
1017
<script src="https://unpkg.com/[email protected]/i18next.min.js"></script>
@@ -22,4 +29,21 @@ <h2 data-i18n="title" data-ns="instructions" style="text-align:center;"></h2>
2229
<script type="text/javascript">
2330
i18n_load_ns("instructions")
2431
</script>
32+
33+
<!-- Website visit statistics - no personal information is collected! -->
34+
<script type="text/javascript">
35+
var sc_project=11325211;
36+
var sc_invisible=1;
37+
var sc_security="fd9f0659";
38+
var scJsHost = (("https:" == document.location.protocol) ?
39+
"https://secure." : "http://www.");
40+
document.write("<sc"+"ript type='text/javascript' src='" +
41+
scJsHost+
42+
"statcounter.com/counter/counter.js'></"+"script>");
43+
</script>
44+
<noscript><div class="statcounter"><a title="web stats"
45+
href="http://statcounter.com/" target="_blank"><img
46+
class="statcounter"
47+
src="//c.statcounter.com/11325211/0/fd9f0659/1/" alt="web
48+
stats"></a></div></noscript>
2549
</body>

locales/en/ideologies.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ideo4": "Marxism",
66
"ideo5": "De Leonism",
77
"ideo6": "Leninism",
8-
"ideo7": "Stalinism-Maoism",
8+
"ideo7": "Stalinism/Maoism",
99
"ideo8": "Religious Communism",
1010
"ideo9": "State Socialism",
1111
"ideo10": "Theocratic Socialism",
@@ -50,4 +50,4 @@
5050
"ideo49": "Totalitarian Capitalism",
5151
"ideo50": "Ultra-Capitalism",
5252
"ideo51": "Anarcho-Capitalism"
53-
}
53+
}

locales/en/questions.json

Lines changed: 35 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,75 @@
11
{
2-
"q1": "Oppression by corporations is as much, if not more, of a concern than oppression by governments.",
3-
"q2": "It is necessary for the government to intervene in the economy to protect citizens.",
2+
"q1": "Oppression by corporations is more of a concern than oppression by governments.",
3+
"q2": "It is necessary for the government to intervene in the economy to protect consumers.",
44
"q3": "The freer the markets, the freer the people.",
55
"q4": "Publicly-funded research is more beneficial to the people than leaving it to the market.",
66
"q5": "From each according to his ability, to each according to his needs.",
77
"q6": "It would be best if social programs were abolished in favor of private charity.",
88
"q7": "Taxes should be increased on the rich to provide for the poor.",
9-
"q8": "Inheritance and capital gains are legitimate forms of wealth.",
9+
"q8": "Inheritance is a legitimate form of wealth.",
1010
"q9": "Public utilities like roads and electricity should be publicly owned.",
1111
"q10": "Those with a greater ability to pay should receive better healthcare.",
12-
"q11": "Adequate education is a right of all people.",
12+
"q11": "Quality education is a right of all people.",
1313
"q12": "The means of production should belong to the workers who use them.",
1414
"q13": "The United Nations should be abolished.",
15-
"q14": "Military intervention is often necessary to protect the nation.",
15+
"q14": "Military action by our nation is often necessary to protect it.",
1616
"q15": "It is more important to retain peaceful relations than to further our strength.",
1717
"q16": "Wars do not need to be justified to other countries.",
1818
"q17": "Military spending is a waste of money.",
1919
"q18": "International aid is a waste of money.",
20-
"q19": "My nation is the best in the world.",
20+
"q19": "My nation is great.",
2121
"q20": "Research should be conducted on an international scale.",
2222
"q21": "Governments should be accountable to the international community.",
2323
"q22": "Even when protesting an authoritarian government, violence is not acceptable.",
24-
"q23": "My religion should be spread by force if necessary.",
25-
"q24": "My political ideology should be spread by force if necessary.",
26-
"q25": "Law and order should be maintained at all costs.",
27-
"q26": "Political elites are necessary, as the general populace makes bad decisions.",
28-
"q27": "A victimless crime, such as drug use, should not be a crime at all.",
29-
"q28": "Terrorism is a major threat, and some civil liberties must be sacrificed to prevent it.",
24+
"q23": "My religious values should be spread as much as possible.",
25+
"q24": "Our nation's values should be spread as much as possible.",
26+
"q25": "It is very important to maintain law and order.",
27+
"q26": "The general populace makes poor decisions.",
28+
"q27": "Victimless crimes (such as drug use) should not be crimes at all.",
29+
"q28": "The sacrifice of some civil liberties is necessary to protect us from acts of terrorism.",
3030
"q29": "Government surveillance is necessary in the modern world.",
3131
"q30": "The very existence of the state is a threat to our liberty.",
3232
"q31": "Regardless of political opinions, it is important to side with your country.",
3333
"q32": "No authority should be left unquestioned.",
34-
"q33": "A strongly hierarchical state is most efficient.",
34+
"q33": "A hierarchical state is best.",
3535
"q34": "It is important that the government follows the majority opinion, even if it is wrong.",
3636
"q35": "The stronger the leadership, the better.",
37-
"q36": "Democracy is intrinsically valuable as more than a decision-making process.",
37+
"q36": "Democracy is more than a decision-making process.",
3838
"q37": "Environmental regulations are essential.",
3939
"q38": "A better world will come from automation, science, and technology.",
4040
"q39": "Children should be educated in religious or traditional values.",
41-
"q40": "Irrational traditions should be abolished.",
41+
"q40": "Traditions are of no value on their own.",
4242
"q41": "Religion should play a role in government.",
43-
"q42": "Churches should not be exempt from taxes.",
44-
"q43": "Climate change is either not real or not man-made.",
43+
"q42": "Churches should be taxed the same way other institutions are taxed.",
44+
"q43": "Climate change is currently one of the greatest threats to our way of life.",
4545
"q44": "It is important that we work as a united world to combat climate change.",
4646
"q45": "Society was better many years ago than it is now.",
47-
"q46": "It is important that we stay connected to our past.",
47+
"q46": "It is important that we maintain the traditions of our past.",
4848
"q47": "It is important that we think in the long term, beyond our lifespans.",
4949
"q48": "Reason is more important than maintaining our culture.",
5050
"q49": "Drug use should be legalized or decriminalized.",
5151
"q50": "Same-sex marriage should be legal.",
5252
"q51": "Sex outside marriage is immoral.",
53-
"q52": "Abortion should be prohibited.",
53+
"q52": "Abortion should be prohibited in most or all cases.",
5454
"q53": "Gun ownership should be prohibited for those without a valid reason.",
5555
"q54": "I support single-payer, universal healthcare.",
56-
"q55": "I support the European Union.",
56+
"q55": "I support regional unions, such as the European Union.",
5757
"q56": "Communism isn't as bad as people say it is.",
5858
"q57": "Fascism isn't as bad as people say it is.",
5959
"q58": "Capitalism isn't as bad as people say it is.",
60-
"q59": "All people, cultures, worldviews, genders, sexualities, and economic classes should be treated equally.",
61-
"q60": "It is important that we further our ethnic, cultural, or economic group's goals above all others."
60+
"q59": "All people - regardless of factors like culture or sexuality - should be treated equally.",
61+
"q60": "It is important that we further my group's goals above all others.",
62+
"q61": "It is better to maintain a balanced budget than to ensure welfare for all citizens.",
63+
"q62": "International trade is beneficial.",
64+
"q63": "Excessive government intervention is a threat to the economy.",
65+
"q64": "Prostitution should be illegal.",
66+
"q65": "It is important to maintain our national sovereignty.",
67+
"q66": "A united world government would be beneficial to mankind.",
68+
"q67": "No cultures are superior to others.",
69+
"q68": "If we accept migrants at all, it is important that they assimilate into our culture.",
70+
"q69": "Maintaining family values is essential.",
71+
"q70": "To chase progress at all costs is dangerous.",
72+
"q71": "Genetic modification is a force for good, even on humans.",
73+
"q72": "We should open our borders to immigration.",
74+
"q73": "Governments should be as concerned about foreign citizens as they are about those within their borders."
6275
}

locales/pt/translation.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"start": "Clique aqui para iniciar!",
3-
"faq_whatis": "O que é o 8values?"
3+
"faq_whatis": "O que é o 8values?",
4+
"back": "Voltar"
45
}

0 commit comments

Comments
 (0)