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

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