actualbudget/actual

[Maintenance] loot-core should not rely on i18next

已关闭

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

 (2 条评论) (1 个反应) (0 位负责人)JavaScript (603 个派生)batch import
good first issuehelp wantedmaintenance

仓库指标

星标
 (7,129 个星标)
PR 合并指标
 (平均合并 4天 15小时) (30 天内合并 165 个 PR)

描述

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.

贡献者指南