Bart Feenstra

Results 155 issues of Bart Feenstra

This fixes https://github.com/bartfeenstra/betty/issues/1254

bug

`GrampsLoader.load_tree()` in https://github.com/bartfeenstra/betty/blob/0.3.x/betty/gramps/loader.py#L138 logs several hardcoded messages. These should be translatable. ## Definition of Done - Make all log messages translatable through the gettext methods o. `self._localizer` - Remove the...

enhancement
good first issue
python

## Scheduled release date Sunday, February 25 ## To-do - https://github.com/bartfeenstra/betty/issues/1254 - https://github.com/bartfeenstra/betty/issues/1239 - https://github.com/bartfeenstra/betty/issues/1236 - https://github.com/bartfeenstra/betty/issues/1250 - https://github.com/bartfeenstra/betty/issues/1220

The translations documentation at https://betty.readthedocs.io/latest/usage/translation/ shows a dead link to the Asset Management page which is rendered as its raw RsT. ## Definition of Done Ensure the RsT is correctly...

bug
good first issue
documentation

documentation

When It runs in dark mode, the text has too little contrast with the background, making it difficult to impossible to read. ## Proposals - https://www.qt.io/blog/dark-mode-on-windows-11-with-qt-6.5 shows a possible solution...

bug
good first issue

Limit code coverage reporting to a single build, preferably Linux because that runs **all** code.

enhancement