Describe your idea in details
@Jarod42
Feature request description
Please add automatic merge/cleanup .po language files when you update language template (.pot) file
- Merge every language with new template
- Remove from every language the obsolete strings
- Forced strings lenght to maximum lenght (ex. 400 chars) without word-wrap
use msgmerge to merge language files with templeate
use msgattrib to remove obsolete strings
msgmerge options = --update --width=400 --no-wrap -q
msgattrib options = --no-obsolete --width=400 --no-wrap