[I18N] Improve base locale related to settings and accounts (#3733)

- general English improvements
- separated the header of Language part in user settings into a new string for better translatability
- made that header contain "Default", just like the theme one, because this is how this actually works: the bottom selector saves the language temporarily, the selector in the settings saves it permanently. Not many users know about this difference. This clarification will help some
- removed some of "Manage" from the headers where they aren't really needed. This improves the consistency with some other headers

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3733
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
This commit is contained in:
0ko 2024-05-13 12:05:49 +00:00
parent cf8641964c
commit 182d5eeef9
2 changed files with 15 additions and 14 deletions

View file

@ -43,7 +43,7 @@
<!-- Language -->
<h4 class="ui top attached header">
{{ctx.Locale.Tr "settings.language"}}
{{ctx.Locale.Tr "settings.language.title"}}
</h4>
<div class="ui attached segment">
<form class="ui form" action="{{.Link}}/language" method="post">