actualbudget/actual

[Maintenance] loot-core should not rely on i18next

Chiusa

#7633 aperta il 26 apr 2026

 (2 commenti) (1 reazione) (0 assegnatari)JavaScript (603 fork)batch import
good first issuehelp wantedmaintenance

Metriche repository

Star
 (7129 stelle)
Metriche merge PR
 (Merge medio 4g 15h) (165 PR mergiate in 30 g)

Descrizione

The loot-core package should not reply on i18next. All user-facing translations should live in desktop-client package.

The objective here is to perform some refactors to remove usage of i18next from loot-core and then also remove this dependency from package.json.

Doing this will make managing translations easier as they will be self-container to a single package instead of scattered all over.

Guida contributor