You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/templates/user/settings
kolaente 1fdf560678 Added user language setting (#3875)
* Added user language setting

* Added translation string for setting

* Fixed import order + typo

* improved checking if the user has a language saved in the db

* The current saved language is now set a default inside the dropdown

* fmt

* When a user signs in and doesn't have a language saved, the current browser language is saved

* updated gitea-sdk

* Merge branch 'master' of https://github.com/go-gitea/gitea into save-user-language

# Conflicts:
#	models/migrations/migrations.go
#	models/migrations/v62.go

* Made tests work again

* trigger CI

* trigger CI

* fmt

* re-trigger that FUCKING CI SO IT REALLY PICKS UP THE LATEST COMMIT ISTEAD OF PREDENDING TO DO SO

* re-trigger that FUCKING CI SO IT REALLY PICKS UP THE LATEST COMMIT ISTEAD OF PREDENDING TO DO SO

* When loggin in, only the language col gets updated instead of everything
6 years ago
..
account_link.tmpl Simplify settings pages with item list (#1389) 7 years ago
applications.tmpl Make Generate New Token panel shown by default (#3832) 6 years ago
avatar.tmpl Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270) 7 years ago
delete.tmpl Don't warn users about *every* dirty form (#3707) 6 years ago
email.tmpl Use correct transaltion key for delete email button (#3422) 7 years ago
keys.tmpl Rework SSH key management UI to add GPG (#1293) 7 years ago
keys_gpg.tmpl fix gpg expired bug when time is zero (#3584) 6 years ago
keys_ssh.tmpl Refactor struct's time to remove unnecessary memory usage (#3142) 7 years ago
navbar.tmpl Fixed missing end tag for organization link (#3229) 7 years ago
openid.tmpl Fix inconsistencies in user settings ui (#2901) 7 years ago
organization.tmpl Display all organization from user settings (#1739) 7 years ago
profile.tmpl Added user language setting (#3875) 6 years ago
repos.tmpl Implementation of all repositories of a user from user->settings (#1740) 7 years ago
security.tmpl Spaces to tabs in templates (#2953) 7 years ago
twofa.tmpl Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270) 7 years ago
twofa_enroll.tmpl Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270) 7 years ago