camunda / camunda-bpm-platform

Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Quarkus, Spring, Spring Boot, CDI.
https://camunda.com/
Apache License 2.0
4.03k stars 1.53k forks source link

Webapps / Metrics page - Not all text is translated #4311

Closed venetrius closed 2 months ago

venetrius commented 2 months ago

Environment

Camunda EE 7.21, all env-s

Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket)

Sub title Annual usage metrics by subscription term is not translated Name of the months in the graphs are not translated

image

Steps to reproduce (Required on creation)

Change the language default to German in webapps/frontend/public/app/admin/scripts/config.js

Observed Behavior (Required on creation)

Above mentioned texts are not translated

Expected behavior (Required on creation)

All text is translated

Root Cause (Required on prioritization)

Not using translation key:

{{ 'Annual usage metrics by subscription term' | translate }}

Month names are not translated in metrics tables

Solution Ideas

Hints

Links

Breakdown

### Pull Requests
- [ ] https://github.com/camunda/camunda-bpm-platform/pull/4320
- [ ] https://github.com/camunda/camunda-bpm-platform-maintenance/pull/1207

Dev2QA handover

danielkelemen commented 2 months ago

Dev2QA

Test that everything is translated to german. You can either switch your browser to german or define german as the only language for the admin webapp (easier) in config:

  'locales': {
    'availableLocales': ['de'],
    'fallbackLocale': 'de'
  },
gbetances089 commented 2 months ago

Verified on camunda-bpm-ee-tomcat-7.22.0-20240507.170301-14

Video: https://www.loom.com/share/bc8df1eff82945808cff5c1854452857?sid=f624ea14-947a-4e54-8742-1bed9b73524d