Ab#133293 enable translation pages widgets title#1238
Merged
AntoineRelief merged 5 commits intoJun 15, 2026
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request implements multi-language translation support (English
en, Frenchfr, Ukrainianuk) 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
How Has This Been Tested?
The changes were verified using both manual UI validation and automated test suites:
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: