diff --git a/Makefile b/Makefile index 52455af4..2c485719 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/pwnagotchi/locale/ch/LC_MESSAGES/voice.mo b/pwnagotchi/locale/ch/LC_MESSAGES/voice.mo index a917080c..84cff021 100644 Binary files a/pwnagotchi/locale/ch/LC_MESSAGES/voice.mo and b/pwnagotchi/locale/ch/LC_MESSAGES/voice.mo differ diff --git a/pwnagotchi/locale/es/LC_MESSAGES/voice.mo b/pwnagotchi/locale/es/LC_MESSAGES/voice.mo index 9cadc324..4e26cba2 100644 Binary files a/pwnagotchi/locale/es/LC_MESSAGES/voice.mo and b/pwnagotchi/locale/es/LC_MESSAGES/voice.mo differ diff --git a/pwnagotchi/locale/nl/LC_MESSAGES/voice.mo b/pwnagotchi/locale/nl/LC_MESSAGES/voice.mo index fdb52a95..ddef7e54 100644 Binary files a/pwnagotchi/locale/nl/LC_MESSAGES/voice.mo and b/pwnagotchi/locale/nl/LC_MESSAGES/voice.mo differ diff --git a/pwnagotchi/locale/tw/LC_MESSAGES/voice.mo b/pwnagotchi/locale/tw/LC_MESSAGES/voice.mo new file mode 100644 index 00000000..afa35f75 Binary files /dev/null and b/pwnagotchi/locale/tw/LC_MESSAGES/voice.mo differ