We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3757910 commit a19e6edCopy full SHA for a19e6ed
1 file changed
src/pages/index.js
@@ -44,6 +44,15 @@ const languages = [
44
fontFamily: "'Roboto Mono'",
45
toEnglishDict: "'languages/de/default.yaml'",
46
},
47
+ {
48
+ id: "NL",
49
+ code3: "nld",
50
+ code2: "nl",
51
+ name: "Dutch",
52
+ i18nName: "Nederlands",
53
+ fontFamily: "'Roboto Mono'",
54
+ toEnglishDict: "'languages/nl/default.yaml'",
55
+ },
56
{
57
id: "UR",
58
code3: "urd",
@@ -136,6 +145,7 @@ const languages = [
136
145
137
146
]
138
147
148
+
139
149
const initialCodes = [
140
150
{ id: 'hello_world', name: ' Simple Hello World', en: `print("Hello world!")` },
141
151
{ id: 'conditionals', name: 'If/Else', en: `something = 2
0 commit comments