Skip to content

Home Translations update from Hosted Weblate #1395

Home Translations update from Hosted Weblate

Home Translations update from Hosted Weblate #1395

Triggered via pull request September 4, 2026 10:51
Status Success
Total duration 3m 24s
Artifacts –

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint(no-unused-vars): src/components/Account/SubscribeNotification.tsx#L8
Identifier 'Button' is imported but never used.
eslint(no-unused-vars): src/components/Account/SubscribeNotification.tsx#L1
Identifier 'ChevronRight' is imported but never used.
oxc(no-map-spread): src/components/AddExpense/AddBankTransactions.tsx#L63
Spreading to modify object properties in `map` calls is inefficient
eslint(no-continue): src/server/api/services/bankTransactions/gocardless.ts#L100
Unexpected use of `continue` statement.
eslint(no-continue): src/server/api/services/bankTransactions/gocardless.ts#L91
Unexpected use of `continue` statement.
eslint(no-shadow): src/components/AddExpense/SelectUserOrGroup.tsx#L88
'group' is already declared in the upper scope.
eslint-plugin-react-perf(jsx-no-new-function-as-prop): src/components/AddExpense/SelectUserOrGroup.tsx#L202
JSX attribute values should not contain functions created in the same scope.
eslint-plugin-react-perf(jsx-no-new-function-as-prop): src/components/AddExpense/SelectUserOrGroup.tsx#L177
JSX attribute values should not contain functions created in the same scope.
eslint(no-shadow): src/components/AddExpense/BankTransactions/BankingTransactionList.tsx#L131
'open' is already declared in the upper scope.