diff options
author | 6543 <6543@obermui.de> | 2020-12-04 07:20:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-04 08:20:30 +0200 |
commit | 48a3bb7a32bb4e7e5a31cfeb4ca324621c417527 (patch) | |
tree | 8cab01bb2a7b48c323c11ddcd574f67283a0468c /options | |
parent | 3512c7e40f0b06f9f495a919e0d4925e5688e2da (diff) | |
download | gitea-48a3bb7a32bb4e7e5a31cfeb4ca324621c417527.tar.gz gitea-48a3bb7a32bb4e7e5a31cfeb4ca324621c417527.zip |
User Settings: Ignore empty language codes & validate (#13755)
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 1500bf73e9..ff54bcd3b3 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -440,6 +440,7 @@ website = Website location = Location update_theme = Update Theme update_profile = Update Profile +update_language_not_found = Language '%s' is not available. 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. |