actualbudget/actual

[Maintenance] loot-core should not rely on i18next

Open

#7,633 创建于 2026年4月26日

在 GitHub 查看
 (2 评论) (1 反应) (0 负责人)JavaScript (7,129 star) (603 fork)batch import
good first issuehelp wantedmaintenance

描述

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.

贡献者指南