Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Styling fixes, documentation | rstular | 2020-05-14 | 1 | -24/+44 |
| | |||||
* | Styling changes, first round of bug fixes | rstular | 2020-05-14 | 1 | -11/+39 |
| | | | | | There are (probably) more changes incoming, but we need to discuss them first | ||||
* | meals.js fix - still timing issues | Anton Luka Šijanec | 2020-03-06 | 1 | -3/+2 |
| | |||||
* | all js files updated with i18n, not tested yet | Anton Luka Šijanec | 2020-03-06 | 1 | -8/+0 |
| | |||||
* | neki i18n js | Anton Luka Šijanec | 2020-03-06 | 1 | -19/+19 |
| | |||||
* | added i18n, converted HTML files, TODO: js UI responses, TODO: translations | Anton Luka Šijanec | 2020-03-05 | 1 | -1/+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. | ||||
* | med slovenscino | Anton Luka Šijanec | 2020-03-05 | 1 | -5/+7 |
| | |||||
* | idk | Anton Luka Šijanec | 2020-03-04 | 1 | -0/+11 |
| | |||||
* | rewrite of meals.js | Anton Luka Šijanec | 2020-03-04 | 1 | -306/+247 |
| | |||||
* | meals submission fix (now sends all meals) | Anton Luka Šijanec | 2020-03-01 | 1 | -31/+75 |
| | |||||
* | meals fix and 1.0.11 version bump | Anton Luka Šijanec | 2020-03-01 | 1 | -1/+1 |
| | |||||
* | typo | Anton Luka Šijanec | 2020-02-26 | 1 | -0/+1 |
| | |||||
* | 1.0.10-beta, hrana ~dela, netestirano, ker nimam menijev za izbrat | Anton Luka Šijanec | 2020-02-25 | 1 | -35/+10 |
| | |||||
* | small fix 32 | Anton Luka Šijanec | 2020-02-25 | 1 | -1/+1 |
| | |||||
* | small fix | Anton Luka Šijanec | 2020-02-25 | 1 | -1/+1 |
| | |||||
* | fancy toast error messages | Anton Luka Šijanec | 2020-02-24 | 1 | -3/+3 |
| | |||||
* | meals almost done | Anton Luka Šijanec | 2020-02-24 | 1 | -106/+208 |
| | |||||
* | neki sm delu, sam ne do konca | Anton Luka Šijanec | 2020-02-11 | 1 | -0/+263 |