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

Calendar: Locale not applied for day of the week (%A) #3936

Open
LelouBil opened this issue Feb 13, 2025 · 0 comments
Open

Calendar: Locale not applied for day of the week (%A) #3936

LelouBil opened this issue Feb 13, 2025 · 0 comments

Comments

@LelouBil
Copy link

I have the following calendar/clock configuration

"clock#time": {
    "format": "<span rise='1000'>󰥔</span> {:%H:%M}",
    "locale": "fr_FR.UTF-8",
  },
  "clock#date": {
    "format": "<span rise='1000'>\uDB80\uDCED</span> {:%A %d/%m}",
    "locale": "fr_FR.UTF-8",
    "tooltip-format": "<span font_family='VCR OSD Mono' line_height='2'>{calendar}</span>",
    "calendar": {
      "mode": "month",
      "format": {
        "months": "<span>{}</span>",
        "weekdays": "<span color='#FF0024ff'>{}</span>",
        "today": "<span color='#17DCF5'><b><u>{}</u></b></span>"
      }
    }

The clock is correctly 24H, and the tooltip is also correctly showing french abbreviations for day names.

However, in the bar itself, it is written "Thursday 13/02" instead of "Jeudi 13/02"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant