[PR #5421] Fix translate rule stages #12981

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

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

State: closed
Merged: Yes


This PR adds internationalization support for rule stage labels in the rules interface
Fixes #5338
Capture d’écran 2025-07-29 à 21 35 46

problematic test log :

[chromium] › e2e/help-menu.test.ts:33:7 › Help menu › Check the keyboard shortcuts modal visuals 

    Test timeout of 60000ms exceeded.
    Error: locator.click: Target page, context or browser has been closed
    Call log:
      - waiting for getByRole('button', { name: 'Help' })


      32 |
      33 |   test('Check the keyboard shortcuts modal visuals', async () => {
    > 34 |     await page.getByRole('button', { name: 'Help' }).click();
         |                                                      ^
      35 |     await page.getByText('Keyboard shortcuts').click();
      36 |
      37 |     const keyboardShortcutsModal = page.getByRole('dialog', {
**Original Pull Request:** https://github.com/actualbudget/actual/pull/5421 **State:** closed **Merged:** Yes --- This PR adds internationalization support for rule stage labels in the rules interface Fixes #5338 <img width="705" height="527" alt="Capture d’écran 2025-07-29 à 21 35 46" src="https://github.com/user-attachments/assets/ad262501-93fa-4d6a-be56-e9860b7c1b6e" /> problematic test log : ``` [chromium] › e2e/help-menu.test.ts:33:7 › Help menu › Check the keyboard shortcuts modal visuals Test timeout of 60000ms exceeded. Error: locator.click: Target page, context or browser has been closed Call log: - waiting for getByRole('button', { name: 'Help' }) 32 | 33 | test('Check the keyboard shortcuts modal visuals', async () => { > 34 | await page.getByRole('button', { name: 'Help' }).click(); | ^ 35 | await page.getByText('Keyboard shortcuts').click(); 36 | 37 | const keyboardShortcutsModal = page.getByRole('dialog', { ```
GiteaMirror added the pull-request label 2026-04-10 21:43:59 -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#12981