[PR #5209] [MERGED] 🌍 Mark more files for translation #5822

Closed
opened 2026-02-28 21:19:16 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5209
Author: @matt-fidd
Created: 6/21/2025
Status: Merged
Merged: 6/21/2025
Merged by: @matt-fidd

Base: masterHead: translate/lots


📝 Commits (10+)

📊 Changes

43 files changed (+368 additions, -255 deletions)

View changed files

📝 packages/desktop-client/src/components/CommandBar.tsx (+2 -2)
📝 packages/desktop-client/src/components/ManageRules.tsx (+12 -7)
📝 packages/desktop-client/src/components/UpdateNotification.tsx (+4 -4)
📝 packages/desktop-client/src/components/admin/UserAccess/UserAccess.tsx (+2 -1)
📝 packages/desktop-client/src/components/budget/goals/BudgetAutomationEditor.tsx (+1 -1)
📝 packages/desktop-client/src/components/budget/goals/CategoryAutomationButton.tsx (+4 -1)
📝 packages/desktop-client/src/components/budget/goals/editor/ScheduleAutomation.tsx (+1 -1)
📝 packages/desktop-client/src/components/gocardless/GoCardlessLink.tsx (+4 -2)
📝 packages/desktop-client/src/components/manager/BudgetFileSelection.tsx (+18 -12)
📝 packages/desktop-client/src/components/manager/ConfigServer.tsx (+8 -8)
📝 packages/desktop-client/src/components/manager/WelcomeScreen.tsx (+3 -3)
📝 packages/desktop-client/src/components/manager/subscribe/ChangePassword.tsx (+4 -4)
📝 packages/desktop-client/src/components/mobile/accounts/Account.tsx (+17 -15)
📝 packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx (+1 -1)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionEdit.jsx (+8 -4)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx (+2 -1)
📝 packages/desktop-client/src/components/modals/AccountMenuModal.tsx (+4 -3)
📝 packages/desktop-client/src/components/modals/EditRuleModal.jsx (+3 -2)
📝 packages/desktop-client/src/components/modals/EditUser.tsx (+4 -4)
📝 packages/desktop-client/src/components/modals/ImportTransactionsModal/DateFormatSelect.tsx (+3 -1)

...and 23 more files

📄 Description

Some day we'll get them all 😅

Big batch here, I found a few during #5206 but that was already RFR so I split the rest out.
The commits are split roughly, one to find untranslated strings, one to convert {t('...')} in JSX to <Trans> and one to catch aria-labels but they're not perfectly seperate.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/5209 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 6/21/2025 **Status:** ✅ Merged **Merged:** 6/21/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `translate/lots` --- ### 📝 Commits (10+) - [`52f8338`](https://github.com/actualbudget/actual/commit/52f8338b2be9eb21c57091ebd1ecb4d5528d3e33) translate more files - [`ddce32b`](https://github.com/actualbudget/actual/commit/ddce32b62c77e410d6bebcf30ef8640456361bf5) prefer Trans component in JSX where possible - [`69fddd6`](https://github.com/actualbudget/actual/commit/69fddd6b7980e92c8f177ba862b5205c2679bd04) note - [`c2983d3`](https://github.com/actualbudget/actual/commit/c2983d367d2929a3aac1aaeafd65ca7fbee642ac) [autofix.ci] apply automated fixes - [`c4b0e82`](https://github.com/actualbudget/actual/commit/c4b0e82e5de106b8b90067d12086c67b470a1b94) aria-label - [`6f58590`](https://github.com/actualbudget/actual/commit/6f5859034cd3caf5e0130c3e05981e05daaa8c86) more... - [`2cc0b8a`](https://github.com/actualbudget/actual/commit/2cc0b8acbbe3cb74a878b3d68f2ca31c08a00593) [autofix.ci] apply automated fixes - [`586012f`](https://github.com/actualbudget/actual/commit/586012f47098568620fa7ff754cbc0fa574a815c) review - [`e4e7086`](https://github.com/actualbudget/actual/commit/e4e7086fc1f795f1ed7ad9e34c3f9482e683725b) [autofix.ci] apply automated fixes - [`31f6f0d`](https://github.com/actualbudget/actual/commit/31f6f0d0c60190b74aa571ffad2a063249c5145c) more review ### 📊 Changes **43 files changed** (+368 additions, -255 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/CommandBar.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/ManageRules.tsx` (+12 -7) 📝 `packages/desktop-client/src/components/UpdateNotification.tsx` (+4 -4) 📝 `packages/desktop-client/src/components/admin/UserAccess/UserAccess.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/budget/goals/BudgetAutomationEditor.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/goals/CategoryAutomationButton.tsx` (+4 -1) 📝 `packages/desktop-client/src/components/budget/goals/editor/ScheduleAutomation.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/gocardless/GoCardlessLink.tsx` (+4 -2) 📝 `packages/desktop-client/src/components/manager/BudgetFileSelection.tsx` (+18 -12) 📝 `packages/desktop-client/src/components/manager/ConfigServer.tsx` (+8 -8) 📝 `packages/desktop-client/src/components/manager/WelcomeScreen.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/manager/subscribe/ChangePassword.tsx` (+4 -4) 📝 `packages/desktop-client/src/components/mobile/accounts/Account.tsx` (+17 -15) 📝 `packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx` (+1 -1) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionEdit.jsx` (+8 -4) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/modals/AccountMenuModal.tsx` (+4 -3) 📝 `packages/desktop-client/src/components/modals/EditRuleModal.jsx` (+3 -2) 📝 `packages/desktop-client/src/components/modals/EditUser.tsx` (+4 -4) 📝 `packages/desktop-client/src/components/modals/ImportTransactionsModal/DateFormatSelect.tsx` (+3 -1) _...and 23 more files_ </details> ### 📄 Description Some day we'll get them all 😅 Big batch here, I found a few during #5206 but that was already RFR so I split the rest out. The commits are split roughly, one to find untranslated strings, one to convert `{t('...')}` in JSX to `<Trans>` and one to catch `aria-labels` but they're not perfectly seperate. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 21:19:16 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5822