Bug 8004 - Licence graph is sometimes translated
Summary: Licence graph is sometimes translated
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Web Administration (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: MediumPrio
Assignee: Bugzilla mail exporter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-17 10:07 CEST by Frida Flodin
Modified: 2022-10-25 12:42 CEST (History)
0 users

See Also:
Acceptance Criteria:


Attachments
Screenshot of the licence graph (11.67 KB, image/png)
2022-10-17 10:07 CEST, Frida Flodin
Details

Description Frida Flodin cendio 2022-10-17 10:07:09 CEST
Created attachment 1068 [details]
Screenshot of the licence graph

The weekdays and months are translated, but the character encoding is not correct. See "Lör" and "Sön" in the attachment.
Comment 1 Pierre Ossman cendio 2022-10-18 13:02:45 CEST
The bug is actually that they are translated. The rest of the interface is in English, so the graphs should be as well.
Comment 2 Frida Flodin cendio 2022-10-24 09:25:29 CEST
This was found running tl-4.14.0 server on Ubuntu 22.04 with the following locale:

> LANG=en_US.UTF-8
> LANGUAGE=
> LC_CTYPE="en_US.UTF-8"
> LC_NUMERIC=sv_SE.UTF-8
> LC_TIME=sv_SE.UTF-8
> LC_COLLATE="en_US.UTF-8"
> LC_MONETARY=sv_SE.UTF-8
> LC_MESSAGES="en_US.UTF-8"
> LC_PAPER=sv_SE.UTF-8
> LC_NAME=sv_SE.UTF-8
> LC_ADDRESS=sv_SE.UTF-8
> LC_TELEPHONE=sv_SE.UTF-8
> LC_MEASUREMENT=sv_SE.UTF-8
> LC_IDENTIFICATION=sv_SE.UTF-8
> LC_ALL=

When changing LC_TIME to en_US and restarting tlwebadm service the graphs are in English.

Note You need to log in before you can comment on or make changes to this bug.