actualbudget/actual

[Maintenance] loot-core should not rely on i18next

Open

#7.633 geöffnet am 26. Apr. 2026

Auf GitHub ansehen
 (2 Kommentare) (1 Reaktion) (0 zugewiesene Personen)JavaScript (7.129 Stars) (603 Forks)batch import
good first issuehelp wantedmaintenance

Beschreibung

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.

Contributor Guide