[PR #3313] [MERGED] Translation: desktop-client/components/schedules #4793

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3313
Author: @psybers
Created: 8/24/2024
Status: Merged
Merged: 9/3/2024
Merged by: @matt-fidd

Base: masterHead: translate-schedules


📝 Commits (10+)

  • 6c49f87 Translation: desktop-client/components/schedules
  • 6825415 add release note
  • 5846fc5 better handling of plural
  • 32ce767 clean plural use
  • 8ff6352 Merge branch 'master' into translate-schedules
  • 9082fb2 add review suggestions
  • db8ac5a more review suggestions
  • f50f29f change to t() syntax
  • 3284929 use basic list format
  • 5e52c2a eslint no longer needs disabled

📊 Changes

8 files changed (+223 additions, -113 deletions)

View changed files

📝 packages/desktop-client/src/components/schedules/DiscoverSchedules.tsx (+26 -13)
📝 packages/desktop-client/src/components/schedules/PostsOfflineNotification.jsx (+42 -35)
📝 packages/desktop-client/src/components/schedules/ScheduleDetails.jsx (+51 -33)
📝 packages/desktop-client/src/components/schedules/ScheduleLink.tsx (+10 -8)
📝 packages/desktop-client/src/components/schedules/SchedulesTable.tsx (+47 -20)
📝 packages/desktop-client/src/components/schedules/index.tsx (+9 -4)
packages/desktop-client/src/hooks/useFormatList.ts (+32 -0)
upcoming-release-notes/3313.md (+6 -0)

📄 Description

Translation support for packages/desktop-client/components/schedules.


🔄 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/3313 **Author:** [@psybers](https://github.com/psybers) **Created:** 8/24/2024 **Status:** ✅ Merged **Merged:** 9/3/2024 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `translate-schedules` --- ### 📝 Commits (10+) - [`6c49f87`](https://github.com/actualbudget/actual/commit/6c49f8767a491ddda98657ae4ac7a09a3373ef73) Translation: desktop-client/components/schedules - [`6825415`](https://github.com/actualbudget/actual/commit/6825415356e9aa77a291e5bdac8b6696103c0e92) add release note - [`5846fc5`](https://github.com/actualbudget/actual/commit/5846fc576b0dc7b6da5b954f6d8180ceb78f4de0) better handling of plural - [`32ce767`](https://github.com/actualbudget/actual/commit/32ce7675b5805efe46794f598871127f9959fbd0) clean plural use - [`8ff6352`](https://github.com/actualbudget/actual/commit/8ff6352bcb7786e39b83e2cafdc5848bf182d940) Merge branch 'master' into translate-schedules - [`9082fb2`](https://github.com/actualbudget/actual/commit/9082fb2e3ebd0c8c67f123755b8cd243d4d89522) add review suggestions - [`db8ac5a`](https://github.com/actualbudget/actual/commit/db8ac5a737f07d907580e3957bb759ffdbee507c) more review suggestions - [`f50f29f`](https://github.com/actualbudget/actual/commit/f50f29f46aeecb1b72f4075d5e8177e270ee0cb6) change to t() syntax - [`3284929`](https://github.com/actualbudget/actual/commit/328492978d9070ced1b11f76f5419249e27f72fd) use basic list format - [`5e52c2a`](https://github.com/actualbudget/actual/commit/5e52c2a0db8d06ca0de0a50118e3017613d5be30) eslint no longer needs disabled ### 📊 Changes **8 files changed** (+223 additions, -113 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/schedules/DiscoverSchedules.tsx` (+26 -13) 📝 `packages/desktop-client/src/components/schedules/PostsOfflineNotification.jsx` (+42 -35) 📝 `packages/desktop-client/src/components/schedules/ScheduleDetails.jsx` (+51 -33) 📝 `packages/desktop-client/src/components/schedules/ScheduleLink.tsx` (+10 -8) 📝 `packages/desktop-client/src/components/schedules/SchedulesTable.tsx` (+47 -20) 📝 `packages/desktop-client/src/components/schedules/index.tsx` (+9 -4) ➕ `packages/desktop-client/src/hooks/useFormatList.ts` (+32 -0) ➕ `upcoming-release-notes/3313.md` (+6 -0) </details> ### 📄 Description Translation support for `packages/desktop-client/components/schedules`. --- <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:01:22 -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#4793