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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+58Lines changed: 58 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,64 @@ If your repo has certain guidelines for contribution, put them here ahead of the
16
16
-[Kubernetes Contributor Guide](http://git.k8s.io/community/contributors/guide) - Main contributor documentation, or you can just jump directly to the [contributing section](http://git.k8s.io/community/contributors/guide#contributing)
17
17
-[Contributor Cheat Sheet](https://git.k8s.io/community/contributors/guide/contributor-cheatsheet) - Common resources for existing developers
18
18
19
+
## Localization (i18n)
20
+
21
+
We welcome contributions to localize `kubernetes.dev` for the contributor community.
22
+
23
+
### Governance
24
+
The contributor site is under the authority of **SIG Contributor Experience (ContribEx)**.
25
+
A contributor-site localization team handles ownership and review for localized
26
+
content in this repository. Established localization teams from across the project
Additional pages can be translated incrementally after the minimum is met.
52
+
53
+
#### Setup Steps
54
+
55
+
1.**Update `hugo.yaml`** — add a new language block under `languages`.
56
+
57
+
2.**Create the content directory** — `content/<lang>/` with a translated `_index.md`.
58
+
59
+
3.**Set up an `OWNERS` file** at `content/<lang>/OWNERS` referencing your localization
60
+
team's aliases (defined in the repository's `OWNERS_ALIASES`):
61
+
```yaml
62
+
reviewers:
63
+
- sig-docs-<lang>-reviews
64
+
65
+
approvers:
66
+
- sig-docs-<lang>-owners
67
+
```
68
+
69
+
4. **Translate UI strings** — create `i18n/<lang>/<lang>.toml` with the site's
70
+
translatable strings.
71
+
72
+
5. **Update README.md** — add a link to your localized `README-<lang>.md` under
73
+
the Localization section.
74
+
75
+
6. **Open a pull request** from your `i18n/<lang-code>` branch against `main`.
76
+
19
77
## Mentorship
20
78
21
79
- [Mentoring Initiatives](https://git.k8s.io/community/mentoring) - We have a diverse set of mentorship programs available that are always looking for volunteers!
**Destination:**`/en/resources/release/` ([View on kubernetes.dev](https://kubernetes.dev/en/resources/release/))
31
+
32
+
> **Note:** The release version in this source changes over time. Check the [sig-release repository](https://git.k8s.io/sig-release/releases/) for the latest release.
0 commit comments