Add parsing of workspace.metadata.i18n #93
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.
minor changes
The current cli only supports reading
[package.metadata.i18n]
, but when there is no package entry in the project root, but there is[workspace.metadata.i18n]
data, the available-locales and the available-locales are not read based on the attributes in the workspace. default-locale, resulting in a TODO that only detectsen
when executingcargo i18n
in other languages.For example, when this is the case:
https://github.com/longbridgeapp/rust-i18n/tree/84ac7dbb598f39901cd5fbc511664ae3cc36b4c1/examples/share-in-workspace
Although it is possible to pass the specified parameters by adding
[i18n]
directly toCargo.toml
, it is annoying to be prompted with a warning when executingcargo build
or other commands!