Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit 08d7277

Browse files
committed
Merge branch 'MaxAltena-master'
2 parents d73ed26 + c4b05f2 commit 08d7277

27 files changed

+2892
-0
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@
2929
/src/i18n/ja-JP @myakura @Spice-Z
3030

3131
/src/i18n/pl-PL @luk-str
32+
33+
/src/i18n/nl-NL @MaxAltena

src/i18n/ca-ES/results.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ translations:
160160
t: Japonès
161161
- key: options.locale.ua-UA
162162
t: Ucraïnès
163+
- key: options.locale.nl-NL
164+
t: Neerlandès
163165

164166
###########################################################################
165167
# Features

src/i18n/de-DE/results.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ translations:
139139
t: Hindi
140140
- key: options.locale.pl-PL
141141
t: Polnisch
142+
- key: options.locale.nl-NL
143+
t: Niederländisch
142144

143145
###########################################################################
144146
# Features

src/i18n/en-US/results.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ translations:
166166
t: Polish
167167
- key: options.locale.fa-IR
168168
t: Farsi
169+
- key: options.locale.nl-NL
170+
t: Dutch
169171

170172
###########################################################################
171173
# Features

src/i18n/es-ES/results.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ translations:
171171
t: Ucraniano
172172
- key: options.locale.pl-PL
173173
t: Polaco
174+
- key: options.locale.nl-NL
175+
t: Holandés
174176
- key: options.locale.fa-IR
175177
t: Farsi
176178

src/i18n/fa-IR/results.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ translations:
151151
t: Hindi
152152
- key: options.locale.pl-PL
153153
t: Polish
154+
- key: options.locale.nl-NL
155+
t: Dutch
154156

155157
###########################################################################
156158
# Features

src/i18n/fr-FR/results.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ translations:
165165
t: Polish
166166
- key: options.locale.fa-IR
167167
t: Farsi
168+
- key: options.locale.nl-NL
169+
t: Néerlandais
168170

169171
###########################################################################
170172
# Features

src/i18n/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const localeDirectories: any = {
1818
'it-IT': require.context('./it-IT/', true, /\.yml$/),
1919
'ja-JP': require.context('./ja-JP/', true, /\.yml$/),
2020
'ko-KR': require.context('./ko-KR/', true, /\.yml$/),
21+
'nl-NL': require.context('./nl-NL/', true, /\.yml$/),
2122
'pl-PL': require.context('./pl-PL/', true, /\.yml$/),
2223
'pt-PT': require.context('./pt-PT/', true, /\.yml$/),
2324
'ru-RU': require.context('./ru-RU/', true, /\.yml$/),

src/i18n/ja-JP/results.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ translations:
148148
t: Hindi
149149
- key: options.locale.pl-PL
150150
t: Polish
151+
- key: options.locale.nl-NL
152+
t: Dutch
151153

152154
###########################################################################
153155
# Features

src/i18n/ko-KR/results.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ translations:
165165
t: Farsi
166166
- key: options.locale.ko-KR
167167
t: Korean
168+
- key: options.locale.nl-NL
169+
t: Dutch
168170

169171
###########################################################################
170172
# Features

0 commit comments

Comments
 (0)