From 2f8eeec929af5d51677258d35d5ba7b6c5a64ec0 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 26 Oct 2017 22:16:31 -0700 Subject: [PATCH] Add config panel translation (#511) --- translations/en.json | 1 + translations/nl.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index cf4aa72c12..eba873b77d 100644 --- a/translations/en.json +++ b/translations/en.json @@ -3,6 +3,7 @@ "en": "English" }, "panel": { + "config": "Configuration", "states": "Overview", "map": "Map", "logbook": "Logbook", diff --git a/translations/nl.json b/translations/nl.json index f430ceeb65..82d59f038f 100644 --- a/translations/nl.json +++ b/translations/nl.json @@ -1,8 +1,9 @@ { "language": { - "nl": "Dutch" + "nl": "Nederlands" }, "panel": { + "config": "Instellingen", "states": "Overzicht", "map": "Kaart", "logbook": "Logboek",