Merge pull request #100 from dadav/fix/languages

Fix all languages
This commit is contained in:
evilsocket
2019-10-03 17:07:27 +02:00
committed by GitHub
14 changed files with 117 additions and 467 deletions

View File

@ -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"
}