Documentation: Update .pot 20250707 0012#3517
Merged
petterreinholdtsen merged 1 commit intoLinuxCNC:masterfrom Jul 13, 2025
Merged
Documentation: Update .pot 20250707 0012#3517petterreinholdtsen merged 1 commit intoLinuxCNC:masterfrom
petterreinholdtsen merged 1 commit intoLinuxCNC:masterfrom
Conversation
Contributor
|
Looking at the source docs/src/drivers/hal_gpio.adoc, shouldn't these simply be a proper list instead of boldface words on separate lines? like in: * *opendrain*
* *opensource*
* *biasdisable*
* *pulldown*
* *pullup* |
Collaborator
Author
|
Likely so. This PR is about having the .pot file recreated with a more recent version of po4a that fixes (at least in parts) a problem with terminal newlines when the line started with an asterisk. This affects about some 1000 entries of the .po(t) files, I just presented the easiest ones. The change you propose IMHO should go into a new PR. |
Collaborator
|
@smoe Perhaps you can also update the program translation from weblate? |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello,
this .pot update with a current po4a (0.73) fixes the problem with terminal \n in lines starting with bold face.
Will unlock translations once that is in.