Merge pull request #32080 from tengqm/feature-state-i18n
Make FEATURE STATE localizable
This commit is contained in:
@@ -69,6 +69,9 @@ other = "Were you looking for:"
|
|||||||
[examples_heading]
|
[examples_heading]
|
||||||
other = "Examples"
|
other = "Examples"
|
||||||
|
|
||||||
|
[feature_state]
|
||||||
|
other = "FEATURE STATE:"
|
||||||
|
|
||||||
[feedback_heading]
|
[feedback_heading]
|
||||||
other = "Feedback"
|
other = "Feedback"
|
||||||
|
|
||||||
@@ -269,4 +272,4 @@ other = "Versions"
|
|||||||
other = "Warning:"
|
other = "Warning:"
|
||||||
|
|
||||||
[whatsnext_heading]
|
[whatsnext_heading]
|
||||||
other = "What's next"
|
other = "What's next"
|
||||||
|
|||||||
@@ -6,6 +6,6 @@
|
|||||||
{{ errorf "%q is not a valid feature-state, use one of %q" $state $valid_states }}
|
{{ errorf "%q is not a valid feature-state, use one of %q" $state $valid_states }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<div style="margin-top: 10px; margin-bottom: 10px;">
|
<div style="margin-top: 10px; margin-bottom: 10px;">
|
||||||
<b>FEATURE STATE:</b> <code>Kubernetes {{ $for_k8s_version }} [{{ $state }}]</code>
|
<b>{{ T "feature_state" }}</b> <code>Kubernetes {{ $for_k8s_version }} [{{ $state }}]</code>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user