Make FEATURE STATE localizable

Add i18n string for FEATURE STATE, for ease of localization.
This commit is contained in:
Qiming Teng
2022-03-03 18:47:11 +08:00
parent 2623a94d45
commit 8311f4324c
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -6,6 +6,6 @@
{{ errorf "%q is not a valid feature-state, use one of %q" $state $valid_states }}
{{ else }}
<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>
{{ end }}