Conversation
There was a problem hiding this comment.
Pull request overview
Adds Japanese and Korean language support to both the Aegis Stack CLI and the generated project template i18n layers.
Changes:
- Adds
jaandkomessage catalogs for the Aegis CLI and for generated projects. - Registers
ja/koin locale registries and expandsAVAILABLE_LOCALES. - Updates CLI/help strings to reflect the expanded language list and localizes one CLI output string.
Reviewed changes
Copilot reviewed 12 out of 14 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| aegis/templates/copier-aegis-project/{{ project_slug }}/app/i18n/registry.py.jinja | Loads ja/ko message bundles in the generated project’s locale registry. |
| aegis/templates/copier-aegis-project/{{ project_slug }}/app/i18n/locales/zh.py | Updates Chinese help text to list ja/ko as supported output languages. |
| aegis/templates/copier-aegis-project/{{ project_slug }}/app/i18n/locales/ko.py | Adds full Korean message catalog for the generated project CLI. |
| aegis/templates/copier-aegis-project/{{ project_slug }}/app/i18n/locales/ja.py | Adds full Japanese message catalog for the generated project CLI. |
| aegis/templates/copier-aegis-project/{{ project_slug }}/app/i18n/locales/en.py | Updates English help text to list ja/ko as supported output languages. |
| aegis/templates/copier-aegis-project/{{ project_slug }}/app/i18n/locales/init.py | Expands generated-project supported locale set to include ja/ko. |
| aegis/i18n/registry.py | Adds lazy-loading for ja/ko locales in the Aegis CLI runtime registry. |
| aegis/i18n/locales/ko.py | Adds Korean message catalog for the Aegis CLI. |
| aegis/i18n/locales/ja.py | Adds Japanese message catalog for the Aegis CLI. |
| aegis/i18n/locales/init.py | Expands Aegis CLI supported locale set to include ja/ko. |
| aegis/cli/callbacks.py | Switches a service-dependency output line to use i18n translation (t(...)). |
| aegis/main.py | Updates --lang option help text to include ja/ko. |
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.
No description provided.