summaryrefslogtreecommitdiff
path: root/public/js/locale.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Set all cookies with sameSite: strictDavid Mehren2020-06-081-1/+2
| | | | | | Modern browsers do not support (or will stop supporting) sameSite: none (or no sameSite attribute) without the Secure flag. As we don't want everyone to be able to make requests with our cookies anyway, this commit sets sameSite to strict. See https://developer.mozilla.org/de/docs/Web/HTTP/Headers/Set-Cookie/SameSite Signed-off-by: David Mehren <dmehren1@gmail.com>
* support Simplified Chinese and rename original zh to Traditional ChineseRwing2017-10-231-0/+3
|
* Use JavaScript Standard Style (part 2)BoHong Li2017-03-091-20/+22
| | | | Fixed all fail on frontend code.
* Update locale.jsPeter Dave Hello2016-10-231-0/+2
| | | Should change the lang been selected in the lang select/option menu.
* Try to remove unused front-end dependencyWu Cheng-Han2016-10-191-2/+0
|
* Cover page is now workingYukai Huang2016-10-101-1/+3
|
* Add support of i18n with related patches and support "en" and "zh" locales ↵Wu Cheng-Han2016-08-191-0/+24
for now