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
@@ -28,8 +27,10 @@ localization. There is also a general [SIG Docs Localizations Slack
28
27
channel](https://kubernetes.slack.com/messages/sig-docs-localizations) where you
29
28
can say hello.
30
29
31
-
{{< note >}} For extra details on how to contribute to a specific localization,
32
-
look for a localized version of this page. {{< /note >}}
30
+
{{< note >}}
31
+
For extra details on how to contribute to a specific localization,
32
+
look for a localized version of this page.
33
+
{{< /note >}}
33
34
34
35
### Find your two-letter language code
35
36
@@ -360,16 +361,18 @@ release to target, referred to as the _target version_ below.
360
361
To find source files for your target version:
361
362
362
363
1. Navigate to the Kubernetes website repository at
363
-
https://github.com/kubernetes/website. 2. Select a branch for your target
364
-
version from the following table:
364
+
https://github.com/kubernetes/website.
365
365
366
-
Target version | Branch
367
-
-----|-----
368
-
Latest version | [`main`](https://github.com/kubernetes/website/tree/main)
369
-
Previous version | [`release-{{< skew prevMinorVersion >}}`](https://github.com/kubernetes/website/tree/release-{{< skew prevMinorVersion >}})
370
-
Next version | [`dev-{{< skew nextMinorVersion >}}`](https://github.com/kubernetes/website/tree/dev-{{< skew nextMinorVersion >}})
366
+
2. Select a branch for your target version from the following table:
371
367
372
-
The `main` branch holds content for the current release `{{< latest-version >}}`. The release team creates a `{{< release-branch >}}` branch before the next
368
+
Target version | Branch
369
+
-----|-----
370
+
Latest version | [`main`](https://github.com/kubernetes/website/tree/main)
371
+
Previous version | [`release-{{< skew prevMinorVersion >}}`](https://github.com/kubernetes/website/tree/release-{{< skew prevMinorVersion >}})
372
+
Next version | [`dev-{{< skew nextMinorVersion >}}`](https://github.com/kubernetes/website/tree/dev-{{< skew nextMinorVersion >}})
373
+
374
+
The `main` branch holds content for the current release `{{< latest-version >}}`.
375
+
The release team creates a `{{< release-branch >}}` branch before the next
373
376
release: v{{< skew nextMinorVersion >}}.
374
377
375
378
### Site strings in i18n
@@ -450,8 +453,8 @@ To collaborate on a localization branch:
450
453
451
454
For example, an approver on a German localization team opens the localization
452
455
branch `dev-1.12-de.1` directly against the `kubernetes/website` repository,
453
-
454
456
based on the source branch for Kubernetes v1.12.
457
+
455
458
2. Individual contributors open feature branches based on the localization
0 commit comments