actualbudget/actual

[Maintenance] loot-core should not rely on i18next

Fechada

#7.633 aberto em 26 de abr. de 2026

 (2 comentários) (1 reação) (0 responsável)JavaScript (603 forks)batch import
good first issuehelp wantedmaintenance

Métricas do repositório

Stars
 (7.129 estrelas)
Métricas de merge de PR
 (Mesclagem média 4d 15h) (165 fundiu PRs em 30d)

Description

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.

Guia do colaborador