Translation space - #26
Conversation
…in appendix.po" This reverts commit 5e024c2.
Translation of a part of the classes file up to line 374 of the Scopes and Namespaces Example
Translation to the part "When a class defines an :meth:`~object.__init__` method, class instantiation " "automatically invokes :meth:`!__init__` for the newly created class " "instance. So in this example, a new, initialized instance can be obtained " "by::"
translated to #: ../../tutorial/classes.rst:549
#: ../../tutorial/classes.rst:630
#: ../../tutorial/classes.rst:738
|
Hi @invincible627, thanks for your contribution! |
|
hi @sepehr-rs |
|
"hi @sepehr-rs |
|
The merge conflict seems resolved; the remaining failures are from the PO file linter. There are two separate issues:
sed -n '100,110l' tutorial/appendix.poand remove any spaces/tabs at the end of the line.
sed -n '765,775p' tutorial/classes.poAny quote inside a translated string needs to be escaped, for example: msgstr "Use the \"class\" keyword"After fixing, you can verify with: msgfmt -c -o /dev/null tutorial/classes.poThen commit and push the fixes. The CI lint check should pass after that. Thanks again for the contribution! |
…n of line 771 in the file tutorial/classes.po
…tutorial/classes.po
|
Hi @sepehr-rs, thank you for your guidance and patience, I solved the errors completely and the pull request is ready☺ |
sepehr-rs
left a comment
There was a problem hiding this comment.
Thanks a lot for your contribution and the effort you put into this!
translating allocation file
Translation of apiabiversion file
Translation of the bool file in the c-api folder
Correcting some translations and punctuation
Completing the translation of the classes file