From 104814b81ae291f40851310ec7c65be72253d802 Mon Sep 17 00:00:00 2001 From: pascal Date: Fri, 27 Oct 2017 06:38:08 +0200 Subject: [PATCH] Added NL nl.json (#483) * Added NL language * Changed NL to Dutch * Update nl.json --- translations/nl.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 translations/nl.json diff --git a/translations/nl.json b/translations/nl.json new file mode 100644 index 0000000000..f430ceeb65 --- /dev/null +++ b/translations/nl.json @@ -0,0 +1,12 @@ +{ + "language": { + "nl": "Dutch" + }, + "panel": { + "states": "Overzicht", + "map": "Kaart", + "logbook": "Logboek", + "history": "Geschiedenis", + "log_out": "Uitloggen" + } +}