summaryrefslogtreecommitdiffstats
path: root/js/app.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* all js files updated with i18n, not tested yetAnton Luka Šijanec2020-03-061-1/+1
|
* neki i18n jsAnton Luka Šijanec2020-03-061-0/+9
|
* added i18n, converted HTML files, TODO: js UI responses, TODO: translationsAnton Luka Šijanec2020-03-051-2/+1
| | | | | | | | | | | | | | So basically, multilanguage support from an JavaScript object. - only slovenian and english - no change language UI yet - only HTML strings are actually translated \- all text is translated, but javascript M.toast and other similar stuff does not pass trough s(), d(), S() and D() functions yet - how to i18n: - add a string to js/lang/bundle.js TO ALL LANGUAGES (translation mgmt sys will have to be created) - HTML: create <x-??></x-??> tags, where 1st ? tells wether to just output the string (s) without dot suffix or (d) to try and append a . (for sentences and paragraphs) if it is not there yet. second ? tells wether to leave lowercase strings (l) or (u) to force the first character of the string be uppercase (capitalize()). - put the key of your string as the innerHTML of the x-?? element. - JS: S("key") and D("key") return capitalized, s() and d() do not change case.
* Reformattingrstular2020-02-171-6/+6
|
* force redirect to secure connectionAnton Luka Šijanec2020-02-101-0/+4
|
* maybe I'm retardedsijanec2020-02-081-2/+2
|
* fix for browsers with sw disabledAnton Luka Šijanec2020-02-081-1/+3
|
* Spacing, bug fixes, version bump, deployment testrstular2020-01-291-2/+9
|
* Added about page, login, logout, bug fixesrstular2020-01-291-1/+1
|
* Initial commitrstular2020-01-291-0/+5