Skip to content

Commit

Permalink
fix: recompiled localization files
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Apr 18, 2021
1 parent 6325428 commit 5c3b21f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ PWN_VERSION=master

all: clean install image

langs:
@for lang in pwnagotchi/locale/*/; do\
echo "compiling language: $$lang ..."; \
./scripts/language.sh compile $$(basename $$lang); \
done

install:
curl https://releases.hashicorp.com/packer/$(PACKER_VERSION)/packer_$(PACKER_VERSION)_linux_amd64.zip -o /tmp/packer.zip
unzip /tmp/packer.zip -d /tmp
Expand Down
Binary file modified pwnagotchi/locale/ch/LC_MESSAGES/voice.mo
Binary file not shown.
Binary file modified pwnagotchi/locale/es/LC_MESSAGES/voice.mo
Binary file not shown.
Binary file modified pwnagotchi/locale/nl/LC_MESSAGES/voice.mo
Binary file not shown.
Binary file added pwnagotchi/locale/tw/LC_MESSAGES/voice.mo
Binary file not shown.

0 comments on commit 5c3b21f

Please sign in to comment.