Skip to content

Commit d9181e8

Browse files
committed
localize and capitalize the word 'licenses'
1 parent 16c1264 commit d9181e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

options/locale/locale_en-US.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ user_profile_and_more = Profile and Settings…
2020
signed_in_as = Signed in as
2121
enable_javascript = This website works better with JavaScript.
2222
toc = Table of Contents
23+
licenses = Licenses
2324

2425
username = Username
2526
email = Email Address

templates/base/footer_content.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{{end}}
1717
</div>
1818
</div>
19-
<a href="{{StaticUrlPrefix}}/js/licenses.txt">JS licenses</a>
19+
<a href="{{StaticUrlPrefix}}/js/licenses.txt">JS {{.i18n.Tr "licenses"}}</a>
2020
{{if .EnableSwagger}}<a href="{{AppSubUrl}}/api/swagger">API</a>{{end}}
2121
<a target="_blank" rel="noopener noreferrer" href="https://gitea.io">{{.i18n.Tr "website"}}</a>
2222
{{template "custom/extra_links_footer" .}}

0 commit comments

Comments
 (0)