Skip to content

Ab#133293 enable translation pages widgets title#1238

Merged
AntoineRelief merged 5 commits into
betafrom
AB#133293-enable-translation-pages-widgets-title
Jun 15, 2026
Merged

Ab#133293 enable translation pages widgets title#1238
AntoineRelief merged 5 commits into
betafrom
AB#133293-enable-translation-pages-widgets-title

Conversation

@GhaziAlibi

Copy link
Copy Markdown
Contributor

Description

This pull request implements multi-language translation support (English en, French fr, Ukrainian uk) for page names, workflow names, dashboards, and all widget types (Grid, Chart, Map, Summary Card, and Text/HTML Editor). It also fixes inline change-detection saving logic for page/workflow/dashboard titles and cleans up the UI/layout styling in the settings dialogs.

Useful links

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Improvement (refactor or addition to existing functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

The changes were verified using both manual UI validation and automated test suites:

  • UI Verification:
    1. Opened settings dialogs for Grid, Chart, Map, Summary Card, and HTML Editor widgets; verified that the language tabs (EN, FR, UK) render correctly without styling issues/empty margins.
    2. Edited title fields for non-active languages (e.g., French and Ukrainian) and verified that the save button correctly triggers the GraphQL update mutation to the backend database.
    3. Verified that the translated titles render correctly on both Back-Office and Front-Office preview layouts based on the active language.
  • Unit Tests:
    • Ran npm run test (npx nx run-many --target=test --projects=ui,shared --configuration=ci) to ensure all component and pipe specs pass locally.

Screenshots

Screencast_20260610_022127.webm

Checklist:

  • * I have set myself as assignee of the pull request
  • * My code follows the style guidelines of this project
  • * Linting does not generate new warnings
  • * I have performed a self-review of my own code
  • * I have put the ticket for review, adding the oort-backend team to the list of reviewers
  • * I have commented my code, particularly in hard-to-understand areas
  • * I have put JSDoc comment in all required places
  • * My changes generate no new warnings
  • * I have included screenshots describing my changes if relevant
  • * I have selected labels in the Pull Request, according to the changes with code brings
  • I have made corresponding changes to the documentation ( if required )
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@AntoineRelief AntoineRelief changed the base branch from next to beta June 12, 2026 09:02
@AntoineRelief AntoineRelief merged commit 95fc6c7 into beta Jun 15, 2026
1 check passed
@AntoineRelief AntoineRelief deleted the AB#133293-enable-translation-pages-widgets-title branch June 15, 2026 11:54
AntoineRelief added a commit that referenced this pull request Jun 22, 2026
* Merge pull request #1210 from ReliefApplications/update-docker-to-22

update docker to node 22

* chore(release): 2.16.0-beta.1 [skip ci]

# [2.16.0-beta.1](v2.15.0...v2.16.0-beta.1) (2025-10-20)

### Features

* add clone record action in dashboards ([#1208](#1208)) ([43559db](43559db)), closes [AB#118658](https://github.com/AB/issues/118658)
* Admins can configure auto redirection after cloning from dashboard ([#1212](#1212)) ([9de1a8c](9de1a8c)), closes [AB#118658](https://github.com/AB/issues/118658)

* feat: Add Ukrainian language

Ab#133173

* feat: Enable translation on widgets / pages of applications  (#1238)

AB#133293

---------

Co-authored-by: Antoine Hurard <antoine@reliefapplications.org>

* chore(release): 2.17.0-beta.1 [skip ci]

# [2.17.0-beta.1](v2.16.1...v2.17.0-beta.1) (2026-06-15)

### Bug Fixes

* filters configured from layout now taken into account in queries & export ([#1232](#1232)) ([5e6891e](5e6891e)), closes [AB#128560](https://github.com/AB/issues/128560)
* some grids export could fail due to cell content too long ([d97e4f6](d97e4f6)), closes [AB#128561](https://github.com/AB/issues/128561)

### Features

* Add filters to grid actions ([#1218](#1218)) ([84ba849](84ba849)), closes [AB#121666](https://github.com/AB/issues/121666)
* Add join & displayValue to calculated fields ([#1234](#1234)) ([286ca6e](286ca6e)), closes [Ab#129193](https://github.com/Ab/issues/129193)
* Add Ukrainian language ([e9054a3](e9054a3)), closes [Ab#133173](https://github.com/Ab/issues/133173)
* Allow style rules in grids to use badge display ([#1223](#1223)) ([0bc4dc4](0bc4dc4)), closes [AB#128960](https://github.com/AB/issues/128960)
* Allow use of user attributes in calculated fields ([#1224](#1224)) ([e58562d](e58562d)), closes [AB#128968](https://github.com/AB/issues/128968)
* Enable translation on widgets / pages of applications  ([#1238](#1238)) ([95fc6c7](95fc6c7)), closes [AB#133293](https://github.com/AB/issues/133293)
* Make context.incrementalid available in context data ([#1226](#1226)) ([cc96f6d](cc96f6d)), closes [AB#128988](https://github.com/AB/issues/128988)

---------

Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: ALIBI Ghazi <123127137+GhaziAlibi@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants