[PR #5486] Fix translate custom report and rule #13014

Closed
opened 2026-04-10 21:44:52 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/actualbudget/actual/pull/5486

State: closed
Merged: Yes


Context

The UI elements for custom reports and rule configurations were not displaying correctly due to missing or improperly applied translations.

Summary of Changes

Rule Configuration:

  • Replaced static ALLOCATION_METHODS with a dynamic getAllocationMethods function and translated its values.
  • Updated actionFields and splitActionFields to use dynamic functions (getActionFields and getSplitActionFields). ( Fixes #5466 )
  • Added translations for "Apply to all" / "Split xx" on the Rules page.

Custom Reports Enhancements:

  • Added translations for date input fields in the Custom Report edit view.
  • Added translations for "this month" / "all time" on the Reports page.
  • Added translations for "budgeted" and "average" on the monthly spending card.
**Original Pull Request:** https://github.com/actualbudget/actual/pull/5486 **State:** closed **Merged:** Yes --- ## Context The UI elements for custom reports and rule configurations were not displaying correctly due to missing or improperly applied translations. ## Summary of Changes ### **Rule Configuration**: - Replaced static `ALLOCATION_METHODS` with a dynamic `getAllocationMethods` function and translated its values. - Updated `actionFields` and `splitActionFields` to use dynamic functions (`getActionFields` and `getSplitActionFields`). ( Fixes #5466 ) - Added translations for "Apply to all" / "Split xx" on the Rules page. ### **Custom Reports Enhancements**: - Added translations for date input fields in the Custom Report edit view. - Added translations for "this month" / "all time" on the Reports page. - Added translations for "budgeted" and "average" on the monthly spending card.
GiteaMirror added the pull-request label 2026-04-10 21:44:52 -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#13014