This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
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
2018-05-05 08:28:30 +08:00
..
account_link.tmpl
applications.tmpl Make Generate New Token panel shown by default (#3832) 2018-04-29 22:34:59 +03:00
avatar.tmpl
delete.tmpl Don't warn users about *every* dirty form (#3707) 2018-03-23 22:10:42 +08:00
email.tmpl Use correct transaltion key for delete email button (#3422) 2018-01-31 00:31:06 +02:00
keys.tmpl
keys_gpg.tmpl fix gpg expired bug when time is zero (#3584) 2018-02-26 12:25:45 +02:00
keys_ssh.tmpl Refactor struct's time to remove unnecessary memory usage (#3142) 2017-12-11 06:37:04 +02:00
navbar.tmpl Fixed missing end tag for organization link (#3229) 2017-12-19 09:47:30 +02:00
openid.tmpl Fix inconsistencies in user settings ui (#2901) 2017-11-13 09:21:41 +02:00
organization.tmpl
profile.tmpl Added user language setting (#3875) 2018-05-05 08:28:30 +08:00
repos.tmpl
security.tmpl Spaces to tabs in templates (#2953) 2017-11-21 13:43:00 +08:00
twofa.tmpl
twofa_enroll.tmpl