File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
content/en/docs/contribute Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,10 @@ standard](https://www.loc.gov/standards/iso639-2/php/code_list.php) to find your
39
39
localization's two-letter language code. For example, the two-letter code for
40
40
Korean is ` ko ` .
41
41
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
+
42
46
### Fork and clone the repo
43
47
44
48
First, [ create your own
@@ -88,6 +92,11 @@ You'll need to know the two-letter language code for your language. Consult the
88
92
to find your localization's two-letter language code. For example, the
89
93
two-letter code for Korean is ` ko ` .
90
94
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
+
91
100
When you start a new localization, you must localize all the
92
101
[ minimum required content] ( #minimum-required-content ) before
93
102
the Kubernetes project can publish your changes to the live
You can’t perform that action at this time.
0 commit comments