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