Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use localization for "Sum" in Stats #2944

Closed
meinhart opened this issue Feb 7, 2024 · 3 comments
Closed

Use localization for "Sum" in Stats #2944

meinhart opened this issue Feb 7, 2024 · 3 comments
Milestone

Comments

@meinhart
Copy link

meinhart commented Feb 7, 2024

package Kernel::System::Stats

When using dynamic stats elements the sum row and column should be able to be localized. F.e. row column is hardcoded "Sum" and i didn´t get it working that it uses the correct translation with correct culture.

@svenoe svenoe added this to the OTOBO 10.0.20 milestone Feb 9, 2024
@svenoe svenoe added bug Something isn't working as intended and removed bug Something isn't working as intended labels Feb 9, 2024
@svenoe
Copy link
Contributor

svenoe commented Feb 9, 2024

Please confirm whether there is a "Translate()" missing, and add it, if so.

@svenoe svenoe modified the milestones: OTOBO 10.0.20, OTOBO 10.0.21 Mar 21, 2024
@svenoe svenoe modified the milestones: OTOBO 10.0.21, OTOBO 10.0.22 Apr 18, 2024
@stefanhaerter
Copy link
Contributor

Regarding the sum row, the Translate() is indeed missing. Regarding the sum column, Translatable() is used (and seemingly does not work), but it works with Translate().

@stefanhaerter
Copy link
Contributor

Closed with merging #3827

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

No branches or pull requests

3 participants