LORES
LORES
Keys are now generated based on the relative file path, not just the stem file. This allows you to support a nested template structure, e.g: ``` locales/en/ main/ hello.j2 buttons/...
```MagicFilter.func``` now has the same typing signature as ```maigc_filter.operations.function.FunctionOperation``` BaseOperation now has __slots__ = () for the slots to work properly in the operations
Add `total` parameter to `Progress` widget and update percentage calculation to use absolute values. ## Summary by CodeRabbit - New Features - Progress widget now supports a configurable total value...