fix: recompiled localization files
This commit is contained in:
parent
6325428218
commit
5c3b21f537
6
Makefile
6
Makefile
@ -4,6 +4,12 @@ PWN_VERSION=master
|
|||||||
|
|
||||||
all: clean install image
|
all: clean install image
|
||||||
|
|
||||||
|
langs:
|
||||||
|
@for lang in pwnagotchi/locale/*/; do\
|
||||||
|
echo "compiling language: $$lang ..."; \
|
||||||
|
./scripts/language.sh compile $$(basename $$lang); \
|
||||||
|
done
|
||||||
|
|
||||||
install:
|
install:
|
||||||
curl https://releases.hashicorp.com/packer/$(PACKER_VERSION)/packer_$(PACKER_VERSION)_linux_amd64.zip -o /tmp/packer.zip
|
curl https://releases.hashicorp.com/packer/$(PACKER_VERSION)/packer_$(PACKER_VERSION)_linux_amd64.zip -o /tmp/packer.zip
|
||||||
unzip /tmp/packer.zip -d /tmp
|
unzip /tmp/packer.zip -d /tmp
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
pwnagotchi/locale/tw/LC_MESSAGES/voice.mo
Normal file
BIN
pwnagotchi/locale/tw/LC_MESSAGES/voice.mo
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user