Add dashboard localization foundation#28
Merged
Merged
Conversation
Builds on PR #27 by @HoangVung. Co-authored-by: hvung1982 <vungcpa@gmail.com>
Contributor
|
Dear Mr Douglas,
Many thank for your acceptance,
I think the data should be integrated with common online drive services
(Googld drive, Onedrive) so that, app alway have all data when changing
computer, or run in other device.
Vào 00:27 T.5, 11 Th6, 2026 Douglas Monsky ***@***.***> đã
viết:
… Merged #28 <#28>
into main.
—
Reply to this email directly, view it on GitHub
<#28?email_source=notifications&email_token=AO6S44MBMDEC3EPAYQV4MRL47GLABA5CNFSNUABQM5UWIORPF5TWS5BNNB2WEL2JONZXKZKFOZSW45CON52GSZTJMNQXI2LPNYXTENRVHA3DOMJUGQ3TLJTSMVQXG33OU5WWK3TUNFXW5JLFOZSW45FMMZXW65DFOJPWG3DJMNVQ#event-26586714475>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AO6S44IDXCSBSXBRPLNOEM347GLABAVCNFSNUABGKJSXA33TNF2G64TZHMYTENBRG42TIMRWGQ5US43TOVSTWNBWGMZTIMZVGAZDDILWAI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Builds on #27 by @HoangVung to add dashboard localization infrastructure.
This keeps the dashboard i18n work from #27, fixes dashboard regressions found during review, and refactors translations into a broader language-catalog foundation with starter locale support.
Changes
--langandCODEX_USAGE_TRACKER_LANGsupport.Validation
node --check src/codex_usage_tracker/plugin_data/dashboard/dashboard.js.venv/bin/python -m compileall src/codex_usage_tracker.venv/bin/python -m pytest tests/test_i18n.py tests/test_recommendations.py tests/test_pricing.py.venv/bin/python -m pytest tests/test_cli_release.py.venv/bin/python -m pytest tests/test_store_dashboard_mcp.py.venv/bin/python -m pytest.venv/bin/python -m build.venv/bin/python -m twine check dist/*.venv/bin/python scripts/check_release.py --distgit diff --check --cachedAttribution
Based on the i18n work in #27 by @HoangVung. The branch preserves the original commits from @HoangVung and the integration commit includes
Co-authored-by: hvung1982 <vungcpa@gmail.com>so attribution survives a squash merge.