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 #### Languages
Pwnagotchi is able to speak multiple languages!! Currently supported is: Pwnagotchi is able to speak multiple languages!! Currently supported are:
* **english** (default) * **english** (default)
* german * german
@ -105,7 +105,7 @@ If you want to add for example the language **italian** you would type:
```shell ```shell
./scripts/language.sh add it ./scripts/language.sh add it
# Now make your changes to the file # 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 ./scripts/language.sh compile it
# DONE # DONE
``` ```
@ -115,7 +115,7 @@ If you changed the `voice.py`- File, the translations need an update. Do it like
```shell ```shell
./scripts/language.sh update it ./scripts/language.sh update it
# Now make your changes to the file (changed lines are marked with "fuzzy") # 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 ./scripts/language.sh compile it
# DONE # DONE
``` ```