Skip to content

Add ability to specify alternate path to i18n.toml #155

Description

@TechnoPorg

I'm working on a fairly large project right now that uses i18n-embed, among other tools, and I prefer not to fill up the root directory with individual configuration files. It would be nice to have the option to specify a path to an alternate location for i18n.toml via a field in the Cargo manifest, like so:

[package]
name = "example"
# ... more standard cargo options

[package.metadata]
i18n-config-path = "conf/i18n.toml"

I would be happy to contribute the implementation if this is a change you're willing to accept. Thanks for your work on this project!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions