From 39823abb74a56a9b5df6f1b8df9f535c939dc2ef Mon Sep 17 00:00:00 2001 From: dadav <33197631+dadav@users.noreply.github.com> Date: Sun, 29 Sep 2019 21:29:19 +0200 Subject: [PATCH] Fix grammar and path --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff02349..cf8515a 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ The UI is available either via display if installed, or via http://pwnagotchi.lo #### Languages -Pwnagotchi is able to speak multiple languages!! Currently supported is: +Pwnagotchi is able to speak multiple languages!! Currently supported are: * **english** (default) * german @@ -105,7 +105,7 @@ If you want to add for example the language **italian** you would type: ```shell ./scripts/language.sh add it # Now make your changes to the file -# sdcard/scripts/rootfs/pwnagotchi/scripts/pwnagotchi/locale/it/LC_MESSAGES/voice.po +# sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/locale/it/LC_MESSAGES/voice.po ./scripts/language.sh compile it # DONE ``` @@ -115,7 +115,7 @@ If you changed the `voice.py`- File, the translations need an update. Do it like ```shell ./scripts/language.sh update it # Now make your changes to the file (changed lines are marked with "fuzzy") -# sdcard/scripts/rootfs/pwnagotchi/scripts/pwnagotchi/locale/it/LC_MESSAGES/voice.po +# sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/locale/it/LC_MESSAGES/voice.po ./scripts/language.sh compile it # DONE ```