-
-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i18n: add deduplication to make update-po #3735
Conversation
Add gettext message deduplication to `make update-po` step. Fixes OSGeo#3465
Does msguniq work on all supported platforms? |
Man pages: |
Good then, so it should be at least as compatible as the current state |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I approve the general concept of the PR, but I am not pronouncing myself of the makefile syntax as such, or the details.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just tried it. I think it works.
Add gettext message deduplication to `make update-po` step. Fixes #3465
Add gettext message deduplication to `make update-po` step. Fixes #3465
Add gettext message deduplication to
make update-po
step.Fixes #3465