[PR #224] [MERGED] Adding translation to rule editor and transaction table #56720

Closed
opened 2026-05-06 20:34:22 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/224
Author: @manuelcanepa
Created: 8/31/2022
Status: Merged
Merged: 9/6/2022
Merged by: @TomAFrench

Base: i18nHead: i18n


📝 Commits (10+)

  • e5578cf #199 Adding translation to rule editor and transaction table
  • 1444206 Feature: Translation to discover schedule table
  • 2603d8c fix: Fix minor after check
  • fce563b Feature: More translation to account
  • ff66ebb Update packages/desktop-client/src/components/accounts/Account.js
  • 6b7b52c Merge branch 'actualbudget:i18n' into i18n
  • 59650c7 fix: Workaround for know caveats
  • a2a8d37 lint: fix import order
  • 7bae2f4 fix: t is not a function when empty transactions list
  • c3f1090 Feature: Translate account filters

📊 Changes

15 files changed (+411 additions, -157 deletions)

View changed files

📝 packages/desktop-client/.gitignore (+3 -0)
📝 packages/desktop-client/src/components/accounts/Account.js (+91 -53)
📝 packages/desktop-client/src/components/accounts/Filters.js (+14 -9)
📝 packages/desktop-client/src/components/accounts/SimpleTransactionsTable.js (+9 -7)
📝 packages/desktop-client/src/components/accounts/TransactionsTable.js (+36 -24)
📝 packages/desktop-client/src/components/budget/MonthCountSelector.js (+3 -1)
📝 packages/desktop-client/src/components/manager/subscribe/Bootstrap.js (+4 -4)
📝 packages/desktop-client/src/components/manager/subscribe/ChangePassword.js (+9 -8)
📝 packages/desktop-client/src/components/modals/EditRule.js (+18 -16)
📝 packages/desktop-client/src/components/schedules/DiscoverSchedules.js (+20 -21)
📝 packages/desktop-client/src/components/schedules/EditSchedule.js (+1 -1)
📝 packages/desktop-client/src/components/schedules/SchedulesTable.js (+1 -1)
📝 packages/desktop-client/src/components/util/AmountInput.js (+4 -1)
📝 packages/desktop-client/src/locales/en-GB.json (+98 -5)
📝 packages/desktop-client/src/locales/es-ES.json (+100 -6)

📄 Description

This PR will add translation to Rule Editor and Simple Transaction Table.


🔄 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/224 **Author:** [@manuelcanepa](https://github.com/manuelcanepa) **Created:** 8/31/2022 **Status:** ✅ Merged **Merged:** 9/6/2022 **Merged by:** [@TomAFrench](https://github.com/TomAFrench) **Base:** `i18n` ← **Head:** `i18n` --- ### 📝 Commits (10+) - [`e5578cf`](https://github.com/actualbudget/actual/commit/e5578cf8f54804aedbf660c8419cb8912bb7833e) #199 Adding translation to rule editor and transaction table - [`1444206`](https://github.com/actualbudget/actual/commit/1444206ecd0a93af2c5a49f1461f6b13cf683255) Feature: Translation to discover schedule table - [`2603d8c`](https://github.com/actualbudget/actual/commit/2603d8cb3b312215b6b988af1ab7093c999d9609) fix: Fix minor after check - [`fce563b`](https://github.com/actualbudget/actual/commit/fce563b745d5e84143c4b256cacbd8ccccfc8838) Feature: More translation to account - [`ff66ebb`](https://github.com/actualbudget/actual/commit/ff66ebb7ee26d5b48364614382a0ce08180ea2dc) Update packages/desktop-client/src/components/accounts/Account.js - [`6b7b52c`](https://github.com/actualbudget/actual/commit/6b7b52cdd2393c2eba11938ac9aba26a4cfe5550) Merge branch 'actualbudget:i18n' into i18n - [`59650c7`](https://github.com/actualbudget/actual/commit/59650c7e5e524a35bebcc722006c68b1e567ba48) fix: Workaround for know caveats - [`a2a8d37`](https://github.com/actualbudget/actual/commit/a2a8d375f050475cc35b9bfaa154ac14295da3a5) lint: fix import order - [`7bae2f4`](https://github.com/actualbudget/actual/commit/7bae2f4ef8de0e179aab1c3a4d4cc697addfb673) fix: t is not a function when empty transactions list - [`c3f1090`](https://github.com/actualbudget/actual/commit/c3f1090986e160f6c587238aa8ebd5d1bb6541a6) Feature: Translate account filters ### 📊 Changes **15 files changed** (+411 additions, -157 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/.gitignore` (+3 -0) 📝 `packages/desktop-client/src/components/accounts/Account.js` (+91 -53) 📝 `packages/desktop-client/src/components/accounts/Filters.js` (+14 -9) 📝 `packages/desktop-client/src/components/accounts/SimpleTransactionsTable.js` (+9 -7) 📝 `packages/desktop-client/src/components/accounts/TransactionsTable.js` (+36 -24) 📝 `packages/desktop-client/src/components/budget/MonthCountSelector.js` (+3 -1) 📝 `packages/desktop-client/src/components/manager/subscribe/Bootstrap.js` (+4 -4) 📝 `packages/desktop-client/src/components/manager/subscribe/ChangePassword.js` (+9 -8) 📝 `packages/desktop-client/src/components/modals/EditRule.js` (+18 -16) 📝 `packages/desktop-client/src/components/schedules/DiscoverSchedules.js` (+20 -21) 📝 `packages/desktop-client/src/components/schedules/EditSchedule.js` (+1 -1) 📝 `packages/desktop-client/src/components/schedules/SchedulesTable.js` (+1 -1) 📝 `packages/desktop-client/src/components/util/AmountInput.js` (+4 -1) 📝 `packages/desktop-client/src/locales/en-GB.json` (+98 -5) 📝 `packages/desktop-client/src/locales/es-ES.json` (+100 -6) </details> ### 📄 Description This PR will add translation to Rule Editor and Simple Transaction Table. --- <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-05-06 20:34:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#56720