-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for rounding line numbers
This adds a new feature which will let us round line number according to a user-defined granularity. The idea is that rounding the line numbers will minimize the updates to the PO files: with a granularity of 10, the line numbers will be 10, 20, … and this should in turn remove some of the churn on the PO files. Setting granularity to zero will remove the line numbers completely from the PO files. Fixes #127.
- Loading branch information
Showing
2 changed files
with
128 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters