Skip to content

Commit 7728ad9

Browse files
authored
Merge pull request #37510 from windsonsea/locen
Fix bullet alignment errors in localization.md
2 parents c8f0072 + 4980846 commit 7728ad9

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

content/en/docs/contribute/localization.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ This page shows you how to
1717
[localize](https://blog.mozilla.org/l10n/2011/12/14/i18n-vs-l10n-whats-the-diff/)
1818
the docs for a different language.
1919

20-
2120
<!-- body -->
2221

2322
## Contribute to an existing localization
@@ -28,8 +27,10 @@ localization. There is also a general [SIG Docs Localizations Slack
2827
channel](https://kubernetes.slack.com/messages/sig-docs-localizations) where you
2928
can say hello.
3029

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 >}}
3334

3435
### Find your two-letter language code
3536

@@ -360,16 +361,18 @@ release to target, referred to as the _target version_ below.
360361
To find source files for your target version:
361362

362363
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.
365365

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:
371367

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
373376
release: v{{< skew nextMinorVersion >}}.
374377

375378
### Site strings in i18n
@@ -450,8 +453,8 @@ To collaborate on a localization branch:
450453

451454
For example, an approver on a German localization team opens the localization
452455
branch `dev-1.12-de.1` directly against the `kubernetes/website` repository,
453-
454456
based on the source branch for Kubernetes v1.12.
457+
455458
2. Individual contributors open feature branches based on the localization
456459
branch.
457460

0 commit comments

Comments
 (0)