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.

貢獻者指南