-
-
Notifications
You must be signed in to change notification settings - Fork 26
Add support for gettext .po files #145
Copy link
Copy link
Open
Labels
P: maybePending approval of low priority request.Pending approval of low priority request.S: needs-decisionA decision needs to be made regarding request.A decision needs to be made regarding request.T: featureFeature.Feature.
Metadata
Metadata
Assignees
Labels
P: maybePending approval of low priority request.Pending approval of low priority request.S: needs-decisionA decision needs to be made regarding request.A decision needs to be made regarding request.T: featureFeature.Feature.
A filter for gettext .po files would allow verifying that the text in the input language was spelt correctly, thereby finding errors in the text of many other formats which extract text to .po files for translation.
There are Python libraries for .po files which can help, e.g. https://pypi.org/project/polib/