update translations of specifications/platform/10,9.1,8 #591
Open
laliwa wants to merge 2 commits into
Open
Conversation
Signed-off-by: laliwa <40311795@qq.com>
this needs to ignore index files in jakarta.ee/content/specifications Signed-off-by: laliwa <40311795@qq.com>
✅ Deploy Preview for jakartaee-specifications ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
There was a problem hiding this comment.
Pull request overview
Updates Chinese-language landing pages for selected Jakarta EE Platform specification versions and adjusts repo ignore patterns.
Changes:
- Adds new Chinese index pages for Platform 9.1 and Platform 10.
- Fixes a wording issue in the Platform 8 Chinese index (“Maven 坐标”).
- Adds
_index.md/_index.zh.mdpatterns to.gitignore.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| platform/9.1/_index.zh.md | Adds Chinese index content for Platform 9.1 (links, ballots, CI list). |
| platform/8/_index.zh.md | Minor Chinese translation fix for the Maven section label. |
| platform/10/_index.zh.md | Adds Chinese index content for Platform 10, including links and ballot info. |
| .gitignore | Adds ignore rules intended to support local preview workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+12
to
+13
| * [Jakarta EE Platform 10 规范文档](./jakarta-platform-spec-10.pdf) (PDF) | ||
| * [Jakarta EE Platform 10 规范文档](./jakarta-platform-spec-10.html) (HTML) |
| @@ -0,0 +1,69 @@ | |||
| --- | |||
| title: "Jakarta EE Platform 10 (开发中)" | |||
| date: 2021-08-11 | |||
| * Maven 坐标 | ||
| * [jakarta.platform:jakarta.jakartaee-api:jar:10.0.0](https://search.maven.org/artifact/jakarta.platform/jakarta.jakartaee-api/10.0.0/jar) | ||
| * 用于 [批准](https://www.eclipse.org/projects/efsp/?version=1.2#efsp-ratification) 的兼容实现. | ||
| * [待完成]() |
| * [Jakarta EE 10 一览](https://eclipse-ee4j.github.io/jakartaee-platform/jakartaee10/JakartaEE10#jakarta-ee-10-schedule) | ||
|
|
||
| # 兼容实现 | ||
| * [Jakarta EE 10 兼容实现](https://jakarta.ee/compatibility/#tab-10) |
|
|
||
| ## 计划评审 | ||
|
|
||
| **规范委员会** 对此的投票于 2021-08-09 成功完成,结果如下: |
Comment on lines
+2
to
+5
| title: "Jakarta EE Platform 10 (开发中)" | ||
| date: 2021-08-11 | ||
| summary: "Jakarta EE Platform 10 定义了承载 Jakarta EE 应用的标准平台. 查找规范和兼容实现." | ||
| seo_title: "Jakarta EE Platform 10 (开发中) | 承载 Jakarta EE 应用的标准" |
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.
This will update the Chinese translations of specifications/platform/10,9.1,8.
And to view the real-time appearance of specifications on jakarta.ee, I put specifications into jakarta.ee/content(but not tracked by jakarta.ee repo), this needs to ignore index files in original jakarta.ee repo(/content/specifications).