V0.2.3 #7
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
umpire274/librius!7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "v0.2.3"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
[v0.2.3] - 2025-10-14
Added
i18nmodule withload_language()andtr()functions.src/i18n/locales/(en.json,it.json).src/i18n/locales/README.mdwith key naming conventions.--lang(or-l) allows overriding the language from configuration.language:field for persistent preference.tr_with()utility for runtime placeholder substitution (e.g.,{path},{title}).en.json) is used automatically.scripts/extract_translations.py):en.jsonwith any missing entries without overwriting existing ones.Changed
print_info,print_ok,print_err,println!, etc.) are now translatable.main.rs) loads the selected language before configuration and database initialization.Improved
config.rsto read language preference directly fromlibrius.conf.