M

Results 18 comments of M

Added Multilingual and Internationalization support. You can translate to French editing the po file in https://github.com/1modm/petereport/blob/main/app/locale/fr/LC_MESSAGES/django.po

Hi @noraj, yes I was thinking on that. In [663a0a](https://github.com/1modm/petereport/commit/663a0a014ade274ad45be2d73fc8e23752aa8f7f) has been added translation to the webUI, but also to the templates, so if a language is selected the report...

@noraj that's cool, thanks! I got it. So different templates for each language and also different content for each language/template. I will try to take a look asap. Thanks!

@ramsal thanks for the update, do you know which character was causing the issue? I would like to take a look. Thanks!

@ramsal Found the issue, some unicode chars have problems with pandoc and latex. To fix the issue you can add to the line 985 the next option:` '--pdf-engine', 'xelatex'` :...

@matholiveira91 Hi, I did some updates, could you try? First update https://1modm.github.io/petereport/django/#upgrade-petereport If doesn't works enable debug mode in `app/config/petereport_config.py `and attach here the output

Very interesting @Syntax3r I will take a look

Added mayor enhancements and contributions. Try to update from the repository `git pull` and try again. If using docker: ``` git pull docker compose build --build-arg TARGETARCH=amd64 docker-compose up ```