Fix all languages

This commit is contained in:
dadav
2019-10-03 16:59:19 +02:00
parent 5913faec74
commit f0a0bd2fea
14 changed files with 117 additions and 467 deletions
.gitignore
scripts
sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/locale
de
LC_MESSAGES
el
LC_MESSAGES
fr
LC_MESSAGES
it
LC_MESSAGES
mk
LC_MESSAGES
nl
LC_MESSAGES
voice.pot

@@ -51,7 +51,7 @@ function comp_lang() {
}
function update_lang() {
xgettext -d voice -o "$LOCALE_DIR/voice.pot" "$VOICE_FILE"
xgettext --no-location -d voice -o "$LOCALE_DIR/voice.pot" "$VOICE_FILE"
msgmerge --update "$LOCALE_DIR/$1/LC_MESSAGES/voice.po" "$LOCALE_DIR/voice.pot"
}