[GH-ISSUE #211] [Clock] Format doesn't respect locale #1499

Closed
opened 2026-05-22 22:52:41 +01:00 by JakeStanger · 1 comment
Owner

Originally created by @donovanglover on GitHub (Jul 3, 2023).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/211

Describe the bug
Format doesn't change based on locale. The calendar popup uses the correct locale, however.

To Reproduce

LANG=ja_JP.UTF-8 ironbar

Expected behavior
Correct locale should be used

System information:

Configuration

{
  "type": "clock",
  "format": "%c"
}
Originally created by @donovanglover on GitHub (Jul 3, 2023). Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/211 **Describe the bug** Format doesn't change based on locale. The calendar popup uses the correct locale, however. **To Reproduce** ``` LANG=ja_JP.UTF-8 ironbar ``` **Expected behavior** Correct locale should be used **System information:** - Distro: NixOS - Compositor: Hyprland - Ironbar version: https://github.com/JakeStanger/ironbar/commit/7f4a816379cfd991aa8b9fe23f1a6917ccc387fc **Configuration** ``` { "type": "clock", "format": "%c" } ```
JakeStanger 2026-05-22 22:52:41 +01:00
  • closed this issue
  • added the
    T:Bug
    label
Author
Owner

@JakeStanger commented on GitHub (Jul 3, 2023):

Thanks for reporting! Once the above is merged, LC_TIME and LOCALE should be respected, or you can manually set in the config.

<!-- gh-comment-id:1619215937 --> @JakeStanger commented on GitHub (Jul 3, 2023): Thanks for reporting! Once the above is merged, `LC_TIME` and `LOCALE` should be respected, or you can manually set in the config.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#1499
No description provided.