Samuel Mehrbrodt
Samuel Mehrbrodt
``` javascript export function PersonService(gettextCatalog) { return { /** * A dictionary with gender translations */ genders: { 'm': gettextCatalog.getString('Male'), 'f': gettextCatalog.getString('Female') }, }; } ``` The problem might be...
Will this be merged at some point? I need to translate some data I pass to the UI Router which is initialized in the config phase.
> The code for my extension is available [here](https://github.com/coco33920/wakatime-libreofficel) That link does not work for me.
Ok, so have you tried debugging the Java side?
What's your OS? Did you configure the LibreOffice & SDK paths correctly as described in the readme?
Ah yeah there are some restrictions on macOS making the LOEclipse extension unusable on macOS, see also https://github.com/LibreOffice/loeclipse/issues/54 for reference.
Ah nice, thanks for sharing your config! There is some nginx example in the official LibreOffice Online repo: https://gerrit.libreoffice.org/plugins/gitiles/online/+/master/etc/nginx/loolwsd.conf Maybe you want to provide a patch against that file?
> I do not have LibreOffice still fully working actually. But my Nextcloud config does work really well. Does LO work without nextcloud, i.e. can you access something like yourdomain:9980/loleaflet/dist/loleaflet.html?file_path=file:///opt/libreoffice/share/template/common/internal/idxexample.odt...
I found out that the timeline uses events from the Moodle `event` table. When I update the `timestart` and `timesort` fields in the `events` table for the corresponding data set,...
Probably it's the `core\event\course_module_updated` event that needs to be called. Didn't verify yet.