-
Notifications
You must be signed in to change notification settings - Fork 103
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
Fix typos #1432
Fix typos #1432
Conversation
@fingolfin , thank you for the corrections! Among your fixes, these would be better to be corrected by submitting PR.
The others, typos in the messages/strings to be translated, may be corrected by adding correction on the translation server. --- If possible, please add your fix to english catalog:
Your changes on the site above will be reflected to source distribution in the future release. PO files need not be corrected manually, as they will also be updated accordingly. |
IMHO typos in the source code should be fixed there and not only in the English translation. Otherwise the typos are exposed and diligent contributors will report them again. The approach in #1426 is the way it should be done. |
My approach to #1426 was to modify both the source code and the message catalog at once based on the single information entered into the translation server (we can do this with the correct_msgid script: Please confirm the content of script). I don't think the pain of another report coming in before above process is complete is much different than the pain of a PR being submitted with the same fixes before one PR has been merged. Anyways, if you have objection to the method that was used to solve #115, How about discussing it not as an issue about this PR but as a more general release management issue? In the case of this PR, please let us do it the way we have been doing it. |
@fingolfin , sorry for the confusion. As I'll fix "the others" in previous comment, could you please submit another PR to fix remainder, parameter names and comment in sources code? Thank you. |
Hi @fingolfin , At least po files are prone to conflicts, so you don't have to correct them in the PR. Thank you for your careful corrections! |
… & ikedas Fix some typos (#1432)
This fixes a bunch of typos.
You might not want to merge this as-is, as it could break existing
installation with customized templates? But I don't know what your
policies on this are esp. how you prefer to deal with it; so I just
did a global "search and replace", and hope you can give a hint as
to which places (if any) I maybe should not touch.
Or perhaps you don't mind and want to just merge :-).