gitea/web_src/js
Yarden Shoham acdb92ad42
Localize all timestamps ()
Following
*  

We are now able to localize all timestamps. Some examples:

`short-date` format, French, user profile page:

![image](https://user-images.githubusercontent.com/20454870/195622461-aa0d5b93-f8df-42ad-881c-9c16606bf387.png)

`date-time` format, Portuguese, mirror repository settings page:

![image](https://user-images.githubusercontent.com/20454870/195623191-7a37d77c-4a02-4140-846d-f290a65ea21d.png)

Signed-off-by: Yarden Shoham <hrsi88@gmail.com>

Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
Co-authored-by: Gusted <williamzijl7@hotmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
..
components Update JS dependencies and eslint config ()
features Localize all timestamps ()
markup Fix mermaid-related bugs ()
modules Improve commit status icons ()
standalone Add new JS linter rules ()
test Switch from jest to vitest ()
bootstrap.js Fix mermaid-related bugs ()
index.js Add system setting table with cache and also add cache supports for user setting ()
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations ()
serviceworker.js Fix serviceworker output file and misc improvements ()
svg.js Refactor from Vue2 to Vue3 ()
svg.test.js Switch from jest to vitest ()
utils.js Use weighted algorithm for string matching when finding files in repo ()
utils.test.js Switch from jest to vitest ()