Skip to content

[NAE-2477] Builder translations - #354

Open
Retoocs wants to merge 19 commits into
release/6.6.0from
NAE-2477
Open

Retoocs wants to merge 19 commits into
release/6.6.0from
NAE-2477

Conversation

@Retoocs

@Retoocs Retoocs commented Sep 17, 2026

Copy link
Copy Markdown
Contributor

Description

Introduce translations for texts in builder components

Implements NAE-2477

Dependencies

No new dependencies were introduced

Third party dependencies

No new dependencies were introduced

Blocking Pull requests

There are no dependencies on other PR

How Has Been This Tested?

Manually

Test Configuration

Name Tested on
OS Ubuntu 24.04.1 LTS
Runtime Node 23.6.1
Dependency Manager NPM 11.0.0
Framework version Angular 19.2.2
Run parameters
Other configuration

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes have been checked, personally or remotely, with @...
  • I have commented my code, particularly in hard-to-understand areas
  • I have resolved all conflicts with the target branch of the PR
  • I have updated and synced my code with the target branch
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing tests pass locally with my changes:
    • Lint test
    • Unit tests
    • Integration tests
  • I have checked my contribution with code analysis tools:
  • I have made corresponding changes to the documentation:
    • Developer documentation
    • User Guides
    • Migration Guides

- extract text from builder components to en.json
- fix entries in en.json
- translate builder text to SK and DE
- use translation in dialog HTML components
- add todos
- import translate module in builder modules
- use translation in dialog HTML components
- add todos
- import translate module in builder modules
- apply translation for modeler.actions-mode components
- apply translation for modeler.data-mode components
- apply translation for modeler.history-mode components
- apply translation for modeler.i18n-mode components
- apply translation for modeler.role-mode components
- apply translation for dialog TS files
- apply translation for form-builder TS files
- apply translation for tutorial TS files
- apply more translations in TS files
- apply more translations in TS files
- fix some translations
@coderabbitai

coderabbitai Bot commented Sep 17, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Advanced

Run ID: 127b1550-f2ed-49b6-bb51-8cf743b78932


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

- apply more translations
- fix some translations
@Retoocs
Retoocs marked this pull request as ready for review September 18, 2026 10:26
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
22.7% Coverage on New Code (required ≥ 50%)
29.7% Duplication on New Code (required ≤ 3%)
D Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

new ResetPositionAndZoomTool(context),
new GridTool(context),
new SwitchLabelTool(context)
new ClearModelTool(context, _translateService),

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why you dont add translate service to CanvasToolContext ? it is for passing all dependencies to tools

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. I fixed it

- optimize constructor dependencies
@Retoocs
Retoocs requested a review from Kovy95 September 21, 2026 17:05
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