aboutsummaryrefslogtreecommitdiffstats
path: root/src/App.js
diff options
context:
space:
mode:
authorWouter <wouterr.brink@hotmail.com>2021-07-18 03:46:24 +0200
committerGitHub <noreply@github.com>2021-07-17 18:46:24 -0700
commit4e317bcf5fabcc84dd73af11367ec604a1013199 (patch)
tree598d31cd63865e8f0430c1b3983c4f19741562ce /src/App.js
parente4911bb2698a9626def23efd5593581fd4744a45 (diff)
Wouter/nl-NL translations (#76)
* Add nl-NL translations * Format files with Prettier * Add nl-NL as option to the select * Small rewrite of Dutch translation * Remove empty line
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.js b/src/App.js
index dbca6fc..4473692 100644
--- a/src/App.js
+++ b/src/App.js
@@ -27,6 +27,7 @@ function App() {
27 <option value="ja">日本語</option> 27 <option value="ja">日本語</option>
28 <option value="ru-RU">Русский</option> 28 <option value="ru-RU">Русский</option>
29 <option value="uk-UA">Українська</option> 29 <option value="uk-UA">Українська</option>
30 <option value="nl-NL">Nederlands</option>
30 </select> 31 </select>
31 </div> 32 </div>
32 33