jiayuasu opened a new pull request, #2934:
URL: https://github.com/apache/sedona/pull/2934

   ## Did you read the Contributor Guide?
   
   - Yes, I have read the [Contributor 
Rules](https://sedona.apache.org/latest/community/rule/) and [Contributor 
Development Guide](https://sedona.apache.org/latest/community/develop/)
   
   ## Is this PR related to a ticket?
   
   - Yes, and the PR name follows the format `[GH-XXX] my subject`. Part of 
#2911 (Phase 4 of EPIC #2867). Follows up on Phase 4a (#2931) and Phase 4b 
(#2933). The 2 very largest tutorial pages (`rdd`, `sql`) will land in Phase 4d.
   
   ## What changes were proposed in this PR?
   
   Phase 4c of the Chinese-documentation EPIC (#2867). Adds Chinese (`zh`) 
translations for 2 more tutorial pages on top of the 23 merged in earlier 
phases.
   
   **Translated in this PR:**
   
   - `raster` (764 lines)
   - `snowflake/sql` (618 lines)
   
   **Deferred to Phase 4d:** `tutorial/rdd.md` (871 lines) and 
`tutorial/sql.md` (1,438 lines). Splitting keeps each PR review-able — these 
two combined would be ~5,000 translated lines.
   
   After this PR, **25 of 27** tutorial pages have Chinese versions on the docs 
site. The remaining 2 pages still fall back to English content automatically 
via `fallback_to_default: true`.
   
   Code blocks, command snippets, version macros (`{{ sedona.current_version 
}}`, `{{ sedona.current_geotools }}`), admonitions, and inline tab attributes 
(`=== "Scala"`, etc.) are preserved verbatim. Only prose, headings, table 
headers, and explanatory inline comments are translated.
   
   ## How was this patch tested?
   
   Built the docs locally with `uv sync --group docs && uv run mkdocs build` 
and verified:
   
   - The build succeeds with no new warnings introduced by Phase 4c.
   - The 2 new `*.zh.md` files render under `/zh/tutorial/` and 
`/zh/tutorial/snowflake/`.
   - `pre-commit run --all-files` passes (license headers auto-added by 
`insert-license`, re-staged before commit).
   
   ## Did this PR include necessary documentation updates?
   
   - Yes, this PR is itself a documentation translation. Phase 4d will 
translate the final 2 tutorial pages (`rdd.md`, `sql.md`).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to