From 0c98705ab7e41ac93432d004c8ea0dc57a8a0dbf Mon Sep 17 00:00:00 2001
From: Justin-p <justin-p@users.noreply.github.com>
Date: Mon, 30 Sep 2019 21:47:49 +0200
Subject: [PATCH] update config and readme with new locale

---
 README.md                                | 1 +
 sdcard/rootfs/root/pwnagotchi/config.yml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f568794..121a1f6 100644
--- a/README.md
+++ b/README.md
@@ -98,6 +98,7 @@ Pwnagotchi is able to speak multiple languages!! Currently supported are:
 
 * **english** (default)
 * german
+* dutch
 
 If you want to add a language use the `language.sh` script.
 If you want to add for example the language **italian** you would type:
diff --git a/sdcard/rootfs/root/pwnagotchi/config.yml b/sdcard/rootfs/root/pwnagotchi/config.yml
index bc914a6..fc9dcae 100644
--- a/sdcard/rootfs/root/pwnagotchi/config.yml
+++ b/sdcard/rootfs/root/pwnagotchi/config.yml
@@ -1,6 +1,6 @@
 # main algorithm configuration
 main:
-    # currently implemented: en (default), de
+    # currently implemented: en (default), de, nl
     lang: en
     # monitor interface to use
     iface: mon0