Skip to content

Commit a19e6ed

Browse files
committed
chore: add nederlands language
1 parent 3757910 commit a19e6ed

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/pages/index.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@ const languages = [
4444
fontFamily: "'Roboto Mono'",
4545
toEnglishDict: "'languages/de/default.yaml'",
4646
},
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+
},
4756
{
4857
id: "UR",
4958
code3: "urd",
@@ -136,6 +145,7 @@ const languages = [
136145
},
137146
]
138147

148+
139149
const initialCodes = [
140150
{ id: 'hello_world', name: ' Simple Hello World', en: `print("Hello world!")` },
141151
{ id: 'conditionals', name: 'If/Else', en: `something = 2

0 commit comments

Comments
 (0)