diff options
author | qwerty287 <80460567+qwerty287@users.noreply.github.com> | 2021-10-27 17:40:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-27 23:40:08 +0800 |
commit | 01fc24c78c6108540a3267b41ac113fd8bde23e1 (patch) | |
tree | 5bd1117f2bba15d2465a75168017b09e1c2ef7b7 /options/locale | |
parent | 89beceeb9ace8b61223d55b389541bba19578b42 (diff) | |
download | gitea-01fc24c78c6108540a3267b41ac113fd8bde23e1.tar.gz gitea-01fc24c78c6108540a3267b41ac113fd8bde23e1.zip |
Add appearance section in settings (#17433)
* Add appearance section in settings
* Fix lint
* Fix lint
* Apply suggestions from code review
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'options/locale')
-rw-r--r-- | options/locale/locale_en-US.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 31d5bf08c6..309ff99c43 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -490,6 +490,7 @@ form.name_chars_not_allowed = User name '%s' contains invalid characters. [settings] profile = Profile account = Account +appearance = Appearance password = Password security = Security avatar = Avatar @@ -514,7 +515,9 @@ website = Website location = Location update_theme = Update Theme update_profile = Update Profile +update_language = Update Language update_language_not_found = Language '%s' is not available. +update_language_success = Language has been updated. update_profile_success = Your profile has been updated. change_username = Your username has been changed. change_username_prompt = Note: username changes also change your account URL. |