fcusr / dynamic-calendar-and-clocks-icons

GNOME Shell Extension - Dynamic Calendar, Clocks and Weather Icons
GNU General Public License v3.0
35 stars 3 forks source link

Localize date based on `LC_TIME` #7

Closed hasecilu closed 10 months ago

hasecilu commented 1 year ago

I notice that despite having the locale LC_TIME variable set to ja_JP.UTF-8 the icon still showed English notation, so my guess is that it uses the locale LANG variable instead. Could be possible to enable localization based on LC_TIME? My locale is:

LANG=en_US.UTF-8
LC_TIME=ja_JP.UTF-8