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

I18N support proposal #355

Open
lquerel opened this issue Sep 5, 2024 · 0 comments
Open

I18N support proposal #355

lquerel opened this issue Sep 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@lquerel
Copy link
Contributor

lquerel commented Sep 5, 2024

In theory, in a resolved registry, all fields are addressable by fully qualified and unique IDs. Therefore, we should be able to adapt Weaver—assuming we have an i18n file for each field (fully_qualified_field_id -> Translated Text)—to resolve a semconv registry for a specific language and generate documentation, code, or even configuration files accordingly.

The i18n files don't need to be fully complete. We can introduce commands to detect:

  • missing translations,
  • invalid fully qualified IDs,
  • ...

To be defined: Develop a strategy to ensure this approach is compatible with the multi-registry project.

@lquerel lquerel added the enhancement New feature or request label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant