You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Translated documents must reside in their own `content/**/` subdirectory, but otherwise follow the same URL path as the English source. For example, to prepare the [Kubernetes Basics](/docs/tutorials/kubernetes-basics/) tutorial for translation into German, create a subfolder under the `content/de/` folder and copy the English source:
506
507
-->
@@ -616,6 +617,24 @@ Some language teams have their own language-specific style guide and glossary. F
If the localization project needs a separate meeting time, contact a SIG Docs Co-Chair or Tech Lead to create a new reoccurring Zoom meeting and calendar invite. This is only needed when the the team is large enough to sustain and require a separate meeting.
624
+
625
+
Per CNCF policy, the localization teams must upload their meetings to the SIG Docs YouTube playlist. A SIG Docs Co-Chair or Tech Lead can help with the process until SIG Docs automates it.
626
+
627
+
-->
628
+
629
+
### 特定语言的 Zoom 会议
630
+
631
+
如果本地化项目需要单独的会议时间,
632
+
请联系 SIG Docs 联合主席或技术主管以创建新的重复 Zoom 会议和日历邀请。
633
+
仅当团队维持在足够大的规模并需要单独的会议时才需要这样做。
634
+
635
+
根据 CNCF 政策,本地化团队必须将他们的会议上传到 SIG Docs YouTube 播放列表。
636
+
SIG Docs 联合主席或技术主管可以帮助完成该过程,直到 SIG Docs 实现自动化。
637
+
619
638
<!--
620
639
## Branching strategy
621
640
@@ -685,7 +704,7 @@ Teams must merge localized content into the same branch from which the content w
685
704
For example:
686
705
687
706
- a localization branch sourced from `main` must be merged into `main`.
688
-
- a localization branch sourced from `release-{{ skew "prevMinorVersion" }}` must be merged into `release-{{ skew "prevMinorVersion" }}`.
707
+
- a localization branch sourced from `release-{{% skew "prevMinorVersion" %}}` must be merged into `release-{{% skew "prevMinorVersion" %}}`.
689
708
690
709
{{< note >}}
691
710
If your localization branch was created from `main` branch but it is not merged into `main` before new release branch `{{< release-branch >}}` created, merge it into both `main` and new release branch `{{< release-branch >}}`. To merge your localization branch into new release branch `{{< release-branch >}}`, you need to switch upstream branch of your localization branch to `{{< release-branch >}}`.
0 commit comments