docs: sync Turkish tutorial with the English version - #1951
Conversation
* add the missing "Tuto 7 - Creating PDF/A Documents" section, along with its "PDF/A Standards" and "Conformance Classes" subsections * fix Tuto 4, where the description sentence repeated a clause within itself and the original English line was left in place below it
Hi @ihsandeniz Feel free to make any improvements you feel will be valuable. Can you please add a line in the CHANGELOG.md file commenting your fixes? thanks |
|
Thanks @andersonhc! Done: CHANGELOG line added, under What else I found in The Tuto 4 defect I fixed in this PR is not isolated — the same kind of damage exists elsewhere in the file:
Structurally the file is otherwise fine: I compared it section by section against My proposal: let me fix those five in this same PR — same file, same class of defect, and it keeps the Turkish review in one place. I would then extend the CHANGELOG line to mention Tuto 2 & 6 as well. If you would rather keep this PR strictly scoped to the Tuto 7 sync, I will open a separate PR instead — your call, just say which. One unrelated data point: of the 20 tutorial translations, only 5 currently contain Tuto 7 ( |
* Tuto 2: it is the cell, not the text, that extends up to the right margin of the page; use "kenar boşluğu", the wording already used for margins earlier in the file * Tuto 6: drop the sentence that repeated itself and left a dangling "." before the multi_cell() reference * Tuto 6: "işaretçi konum" -> "Geçerli konum", matching "The current position moves to the end of the text" * Tuto 6: restore the add_link() description; the Turkish text had invented "we added the second page" and dropped the clause about the clickable area named "link" * Tuto 6: drop the duplicated "dış bağlantı oluştur..." clause in the image() paragraph Section-by-section link counts against Tutorial.md are unchanged (8/8/10/3/4/9/3).
You can do it all on this PR About the languages with missing tutorials, you can add a comment on #267 |
|
Thanks @andersonhc — all five are in this PR now ( Tuto 2 — it is the cell that extends to the page's right margin, not the text:
Tuto 6 — four fixes:
For margin I used "kenar boşluğu", the wording already used earlier in the same file, rather than introducing a second term. Verification: in the I have posted the missing-translations list on #267 as you suggested. |
|
@allcontributors please add @ihsandeniz for translation |
|
I've put up a pull request to add @ihsandeniz! 🎉 |
|
Merged. Thank you. |
What
Sync
docs/Tutorial-tr.mdwith the current English tutorial.Why
The Turkish translation was contributed back in 2022 (#267) and has not been synced since, so it had drifted from
Tutorial.md:Tuto 7 - Creating PDF/A Documentswas missing entirely, along with itsPDF/A StandardsandConformance Classessubsections — the file was 220 lines versus 267 in English.This is the same kind of change as #1482 (Spanish) and #1684 (French), which added Tuto 7 to their respective translations.
How
Tuto 7section, including both subsections.{% include "../tutorial/tuto7.py" %}directive and the:octicons-tag-24:version tag untouched.##on headings, and localised link labels ([Sonuç PDF]).Checklist
mkdocs buildsucceeds (192 pages)Tutorial-tr.htmlnow contains the sametuto7.pycode block as the English and Spanish pages (enforce_compliance,PDF/A-3B,Tutorial7all present, matching counts)Tutorial.mdI asked in #267 whether the scope should cover anything else — happy to extend this PR if you would like other translation updates included.