mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
locale: remove "obsolete" translations from .po files
This commit is contained in:
parent
19e2ea8adf
commit
4900c426e9
3 changed files with 1 additions and 67 deletions
|
|
@ -44,6 +44,7 @@ $(TEMPLATE): $(FILES)
|
|||
sed -i 's,CHARSET,UTF-8,' $(TEMPLATE)
|
||||
|
||||
%.po: $(TEMPLATE)
|
||||
msgattrib $(OPTS) --no-obsolete --output-file=$@ $@
|
||||
msguniq $(OPTS) --use-first --output-file=$@ $@
|
||||
msgmerge $(OPTS) --update $@ $(TEMPLATE)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue