-
- Downloads
feat: introduce i18n framework (#3036)
* feat: introduce i18n framework
* Incorporate review feedback
* Patch demo
* remove unnecessary arguments
* Consistently use t() function
* Fix typing issue
* Fix e2e tests
---------
Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
Showing
- package.json 1 addition, 0 deletionspackage.json
- packages/desktop-client/i18next-parser.config.js 14 additions, 0 deletionspackages/desktop-client/i18next-parser.config.js
- packages/desktop-client/package.json 5 additions, 0 deletionspackages/desktop-client/package.json
- packages/desktop-client/src/components/App.tsx 9 additions, 5 deletionspackages/desktop-client/src/components/App.tsx
- packages/desktop-client/src/components/common/Menu.tsx 1 addition, 1 deletionpackages/desktop-client/src/components/common/Menu.tsx
- packages/desktop-client/src/components/manager/ConfigServer.tsx 20 additions, 14 deletions...es/desktop-client/src/components/manager/ConfigServer.tsx
- packages/desktop-client/src/components/manager/WelcomeScreen.tsx 45 additions, 30 deletions...s/desktop-client/src/components/manager/WelcomeScreen.tsx
- packages/desktop-client/src/components/manager/subscribe/Bootstrap.tsx 20 additions, 14 deletions...top-client/src/components/manager/subscribe/Bootstrap.tsx
- packages/desktop-client/src/components/schedules/ScheduleDetails.jsx 4 additions, 1 deletion...sktop-client/src/components/schedules/ScheduleDetails.jsx
- packages/desktop-client/src/components/table.tsx 22 additions, 7 deletionspackages/desktop-client/src/components/table.tsx
- packages/desktop-client/src/components/transactions/SelectedTransactionsButton.jsx 37 additions, 34 deletions...rc/components/transactions/SelectedTransactionsButton.jsx
- packages/desktop-client/src/hooks/useSelected.tsx 1 addition, 1 deletionpackages/desktop-client/src/hooks/useSelected.tsx
- packages/desktop-client/src/i18n.ts 29 additions, 0 deletionspackages/desktop-client/src/i18n.ts
- packages/desktop-client/src/index.tsx 2 additions, 0 deletionspackages/desktop-client/src/index.tsx
- packages/loot-core/package.json 2 additions, 0 deletionspackages/loot-core/package.json
- packages/loot-core/src/client/actions/budgets.ts 24 additions, 9 deletionspackages/loot-core/src/client/actions/budgets.ts
- packages/loot-core/src/client/actions/notifications.ts 4 additions, 2 deletionspackages/loot-core/src/client/actions/notifications.ts
- packages/loot-core/src/client/actions/queries.ts 3 additions, 1 deletionpackages/loot-core/src/client/actions/queries.ts
- packages/loot-core/src/client/shared-listeners.ts 82 additions, 51 deletionspackages/loot-core/src/client/shared-listeners.ts
- packages/loot-core/src/client/update-notification.ts 7 additions, 3 deletionspackages/loot-core/src/client/update-notification.ts
Loading
Please register or sign in to comment