Commit 7af0c2c5 authored by Franco Fichtner's avatar Franco Fichtner

lang: when merging, directly discard stale translations

parent 433e7b43
......@@ -36,6 +36,8 @@ plist-${LANG}:
merge-${LANG}:
${MSGMERGE} ${LANG}.po ${TEMPLATE}.pot
# strip stale translations
sed -i '' -e '/^#~.*/d' ${LANG}.po
INSTALL+= install-${LANG}
PLIST+= plist-${LANG}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment