commit
f54dd891fd
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user