summaryrefslogtreecommitdiffstats
path: root/dist/js/initialize.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-05-17popravljen dist, hvala rstularsijanec1-0/+0
2020-05-17dist should work, TODO: minify and bundlesijanec1-0/+0
2020-05-14Styling fixes, documentationrstular1-6/+1
2020-03-101.0.12.28-beta: now auto update != all db clearAnton Luka Šijanec1-25/+3
2020-03-05added i18n, converted HTML files, TODO: js UI responses, TODO: translationsAnton Luka Šijanec1-1/+3
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.
2020-02-251.0.10-beta, hrana ~dela, netestirano, ker nimam menijev za izbratAnton Luka Šijanec1-1/+1
2020-02-24meals almost doneAnton Luka Šijanec1-1/+2
2020-02-17Reformattingrstular1-16/+20
2020-02-08added http://beziapp/?m=Name Surname to redirect to the messaging page with prefilled recipientAnton Luka Šijanec1-1/+17
2020-01-30Attempted to fix blue flash on checkbox, fixed default viewrstular1-1/+1