Skip to content

[Feature Request]: Add automatic merge/cleanup for language file #3895

@bovirus

Description

@bovirus

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

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions