Merge pull request from dadav/fix/typo

Fix grammar and path
This commit is contained in:
evilsocket 2019-09-29 21:35:12 +02:00 committed by GitHub
commit f54dd891fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
```