actualbudget/actual
[Maintenance] loot-core should not rely on i18next
クローズ
#7,633 opened on 2026/04/26
good first issuehelp wantedmaintenance
Repository metrics
- Stars
- (7,129 個のスター)
- PR merge metrics
- (平均マージ 4d 15h) (30d で 165 merged PRs)
説明
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.