Skip to content

Commit 0f12ff8

Browse files
authored
Merge pull request #38453 from stormqueen1990/update-locale-docs
[en] Document when country codes are used in the Kubernetes documentation
2 parents 3fc2fa9 + 37866ea commit 0f12ff8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

content/en/docs/contribute/localization.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ standard](https://www.loc.gov/standards/iso639-2/php/code_list.php) to find your
3939
localization's two-letter language code. For example, the two-letter code for
4040
Korean is `ko`.
4141

42+
Some languages use a lowercase version of the country code as defined by the
43+
ISO-3166 along with their language codes. For example, the Brazilian Portuguese
44+
language code is `pt-br`.
45+
4246
### Fork and clone the repo
4347

4448
First, [create your own
@@ -88,6 +92,11 @@ You'll need to know the two-letter language code for your language. Consult the
8892
to find your localization's two-letter language code. For example, the
8993
two-letter code for Korean is `ko`.
9094

95+
If the language you are starting a localization for is spoken in various places
96+
with significant differences between the variants, it might make sense to
97+
combine the lowercased ISO-3166 country code with the language two-letter code.
98+
For example, Brazilian Portuguese is localized as `pt-br`.
99+
91100
When you start a new localization, you must localize all the
92101
[minimum required content](#minimum-required-content) before
93102
the Kubernetes project can publish your changes to the live

0 commit comments

Comments
 (0)