[PR #4211] [MERGED] 📚 Translate calendar related strings #129367

Closed
opened 2026-06-15 20:45:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4211
Author: @lelemm
Created: 1/20/2025
Status: Merged
Merged: 3/6/2025
Merged by: @lelemm

Base: masterHead: translate-dates


📝 Commits (10+)

  • a5d1853 Translate dates POC
  • 3b716ea more dynamic loading of locales
  • e2121c8 added locale
  • 9656748 Merge remote-tracking branch 'origin/master' into translate-dates
  • cad6fa7 linter
  • 6dffd40 linter and typecheck
  • 12f768e added md
  • 8786d52 translated DateSelect component
  • 1e64e37 more translations and fixes
  • b6d8293 Merge remote-tracking branch 'org/master' into translate-dates

📊 Changes

44 files changed (+477 additions, -147 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Header.tsx (+4 -3)
📝 packages/desktop-client/src/components/banksync/AccountRow.tsx (+3 -5)
📝 packages/desktop-client/src/components/banksync/AccountsList.tsx (+5 -0)
📝 packages/desktop-client/src/components/budget/MonthPicker.tsx (+3 -1)
📝 packages/desktop-client/src/components/budget/envelope/budgetsummary/BudgetSummary.tsx (+9 -3)
📝 packages/desktop-client/src/components/budget/tracking/budgetsummary/BudgetSummary.tsx (+4 -2)
📝 packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx (+3 -1)
📝 packages/desktop-client/src/components/mobile/budget/CategoryTransactions.tsx (+3 -1)
📝 packages/desktop-client/src/components/mobile/budget/index.tsx (+4 -2)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx (+3 -1)
📝 packages/desktop-client/src/components/modals/EnvelopeBudgetMonthMenuModal.tsx (+3 -1)
📝 packages/desktop-client/src/components/modals/EnvelopeBudgetSummaryModal.tsx (+3 -1)
📝 packages/desktop-client/src/components/modals/ScheduledTransactionMenuModal.tsx (+3 -1)
📝 packages/desktop-client/src/components/modals/TrackingBudgetMonthMenuModal.tsx (+3 -1)
📝 packages/desktop-client/src/components/reports/DateRange.tsx (+6 -3)
📝 packages/desktop-client/src/components/reports/Header.tsx (+3 -1)
📝 packages/desktop-client/src/components/reports/ReportSummary.tsx (+7 -1)
📝 packages/desktop-client/src/components/reports/graphs/CashFlowGraph.tsx (+12 -3)
📝 packages/desktop-client/src/components/reports/reports/Calendar.tsx (+4 -2)
📝 packages/desktop-client/src/components/reports/reports/CashFlow.tsx (+7 -4)

...and 24 more files

📄 Description

Translate calendar related strings


🔄 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/4211 **Author:** [@lelemm](https://github.com/lelemm) **Created:** 1/20/2025 **Status:** ✅ Merged **Merged:** 3/6/2025 **Merged by:** [@lelemm](https://github.com/lelemm) **Base:** `master` ← **Head:** `translate-dates` --- ### 📝 Commits (10+) - [`a5d1853`](https://github.com/actualbudget/actual/commit/a5d18538367944490e4d524eb2e2d5f39724480b) Translate dates POC - [`3b716ea`](https://github.com/actualbudget/actual/commit/3b716eaa13d638fc113952e2754bbca257308d26) more dynamic loading of locales - [`e2121c8`](https://github.com/actualbudget/actual/commit/e2121c86dc03fc608b0419da376dfea1c4dce19d) added locale - [`9656748`](https://github.com/actualbudget/actual/commit/9656748c5c036cbcc01307359d047574027283cf) Merge remote-tracking branch 'origin/master' into translate-dates - [`cad6fa7`](https://github.com/actualbudget/actual/commit/cad6fa7c6a0523c75a6bd218454855b1372a0408) linter - [`6dffd40`](https://github.com/actualbudget/actual/commit/6dffd407cd7cc3e2265a54ea50f630e2e0d544c5) linter and typecheck - [`12f768e`](https://github.com/actualbudget/actual/commit/12f768e972a1ffb2cbf55984492e666ab2dee0a8) added md - [`8786d52`](https://github.com/actualbudget/actual/commit/8786d5292a7dd52a0241ebbdd214b6349f69f0ce) translated DateSelect component - [`1e64e37`](https://github.com/actualbudget/actual/commit/1e64e372ff46c5c286e06648c733e9526f297e45) more translations and fixes - [`b6d8293`](https://github.com/actualbudget/actual/commit/b6d82937ad3df161da9c00dc6a48d8c81842df6c) Merge remote-tracking branch 'org/master' into translate-dates ### 📊 Changes **44 files changed** (+477 additions, -147 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Header.tsx` (+4 -3) 📝 `packages/desktop-client/src/components/banksync/AccountRow.tsx` (+3 -5) 📝 `packages/desktop-client/src/components/banksync/AccountsList.tsx` (+5 -0) 📝 `packages/desktop-client/src/components/budget/MonthPicker.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/budget/envelope/budgetsummary/BudgetSummary.tsx` (+9 -3) 📝 `packages/desktop-client/src/components/budget/tracking/budgetsummary/BudgetSummary.tsx` (+4 -2) 📝 `packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx` (+3 -1) 📝 `packages/desktop-client/src/components/mobile/budget/CategoryTransactions.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/mobile/budget/index.tsx` (+4 -2) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/modals/EnvelopeBudgetMonthMenuModal.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/modals/EnvelopeBudgetSummaryModal.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/modals/ScheduledTransactionMenuModal.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/modals/TrackingBudgetMonthMenuModal.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/reports/DateRange.tsx` (+6 -3) 📝 `packages/desktop-client/src/components/reports/Header.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/reports/ReportSummary.tsx` (+7 -1) 📝 `packages/desktop-client/src/components/reports/graphs/CashFlowGraph.tsx` (+12 -3) 📝 `packages/desktop-client/src/components/reports/reports/Calendar.tsx` (+4 -2) 📝 `packages/desktop-client/src/components/reports/reports/CashFlow.tsx` (+7 -4) _...and 24 more files_ </details> ### 📄 Description Translate calendar related strings --- <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-06-15 20:45:26 -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#129367