File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,13 @@ other = "Caution:"
24
24
[cleanup_heading ]
25
25
other = " Cleaning up"
26
26
27
+ # Localization note (no need to translate this note)
28
+ # This is always followed by Chinese text, as required by the Kubernetes
29
+ # project's ICP license, issued by the government of the People's Republic
30
+ # of China.
31
+ [china_icp_license ]
32
+ other = " ICP license:"
33
+
27
34
[community_events_calendar ]
28
35
other = " Events Calendar"
29
36
Original file line number Diff line number Diff line change 30
30
< br />
31
31
{{ with .Site.Params.copyright_linux }}< small class ="text-white "> Copyright © {{ now.Year }} {{ T "main_copyright_notice" | safeHTML }}</ small > {{ end }}
32
32
< br />
33
- < small class ="text-white "> ICP license: 京ICP备17074266号-3</ small >
33
+ < small class ="text-white "> {{ T "china_icp_license" }} 京ICP备17074266号-3</ small >
34
34
{{ with .Site.Params.privacy_policy }}< small class ="ml-1 "> < a href ="{{ . }} " target ="_blank "> {{ T "footer_privacy_policy" }}</ a > </ small > {{ end }}
35
35
{{ if not .Site.Params.ui.footer_about_disable }}
36
36
{{ with .Site.GetPage "about" }}< p class ="mt-2 "> < a href ="{{ .RelPermalink }} "> {{ .Title }}</ a > </ p > {{ end }}
You can’t perform that action at this time.
0 commit comments