codex - 💡(How to fix) Fix German localization: quota reset time is truncated in Status dialog [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openai/codex#20190Fetched 2026-04-30 06:32:25
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
0
Participants
Timeline (top)
labeled ×3cross-referenced ×1
RAW_BUFFERClick to expand / collapse

What version of the Codex App are you using (From “About Codex” dialog)?

26.422.62136

What subscription do you have?

ChatGPT Plus

What platform is your computer?

Windows 11

What issue are you seeing?

In the German Codex Desktop UI, the Status dialog truncates the quota reset hint after the remaining percentage.

Observed text:

  • 57 % übrig (Wird zurücksetz...
  • 48 % übrig (Wird zurücksetz...

The actual reset timestamp is not visible, making the information unusable. This appears to be a German localization/layout issue: the English UI seems to use a short phrase like resets 13:28, while German likely expands this to something too long for the available space.

Expected behavior

The reset information should remain readable in German.

Possible shorter German strings:

  • Reset um [TIME] am [DATE]
  • Reset: [TIME] am [DATE]

For this narrow UI, Reset um [TIME] am [DATE] would be clear and compact.

Steps to reproduce

  1. Set Codex app language/system language to German.
  2. Open the Codex Desktop app.
  3. Open the Status dialog showing context and quota limits.
  4. Look at the 5-hour and 7-day limit reset hints.

Screenshot

<img width="2048" height="539" alt="Image" src="https://github.com/user-attachments/assets/88d22225-5174-4557-8b9f-301d375a2090" />

extent analysis

TL;DR

Update the German localization strings to use a shorter phrase, such as "Reset um [TIME] am [DATE]", to prevent truncation in the Status dialog.

Guidance

  • Review the current German localization files to identify the long phrase causing the truncation.
  • Test the proposed shorter phrases, such as "Reset um [TIME] am [DATE]" or "Reset: [TIME] am [DATE]", to ensure they fit within the available space.
  • Verify that the new phrases are grammatically correct and consistent with the existing UI.
  • Consider adding ellipsis or a tooltip to handle cases where the reset timestamp is still too long to display.

Example

No code snippet is provided as the issue is related to localization strings, not code.

Notes

The solution assumes that the issue is solely due to the length of the German localization string and that shortening it will resolve the truncation problem.

Recommendation

Apply workaround: update the German localization strings to use a shorter phrase, as this is a more immediate solution than waiting for a potential fix in a future version.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

The reset information should remain readable in German.

Possible shorter German strings:

  • Reset um [TIME] am [DATE]
  • Reset: [TIME] am [DATE]

For this narrow UI, Reset um [TIME] am [DATE] would be clear and compact.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix German localization: quota reset time is truncated in Status dialog [1 participants]