https://bugs.kde.org/show_bug.cgi?id=400956

--- Comment #4 from Peter Thoemmes <peter.thoem...@gmx.de> ---
So do I get this right...

In case I use the time locale "en_US.UTF-8" (to avoid en_DK.UTF-8), and then
manually edit /usr/share/i18n/locales/en_US to make the date/time
representation of "%x %X" becoming ISO, then Krusader still don't care for the
system settings, but simply does its own ***HARDCODED*** thing, while all the
rest of the system regards my system-wide LC_TIME settings???

STEPS TO REPRODUCE:

# vi /usr/share/i18n/locales/en_US
...
% Appropriate date representation (%x)
%d_fmt   "%m//%d//%Y"
d_fmt   "%Y-%m-%d"
%
% Appropriate time representation (%X)
%t_fmt   "%r"
t_fmt   "%H:%M:%S"
...

# vi /etc/environment
...
LC_TIME="en_US.UTF-8"
...

# locale-gen

# date +"%x %X"
2018-11-14 09:25:20

OBSERVED RESULT:

Krusader does not regard LC_TIME

EXPECTED RESULT:

All applications should regard the LC_TIME settings

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to