i18n-build

Crates.ioi18n-build
lib.rsi18n-build
version0.9.0
sourcesrc
created_at2020-04-10 12:49:43.227551
updated_at2023-09-10 03:29:31.13532
descriptionDesigned for use within the cargo-i18n tool for localizing crates. It has been published to allow its direct use within project build scripts if required.
homepage
repositoryhttps://github.com/kellpossible/cargo-i18n/tree/master/i18n-build
max_upload_size
id228319
size49,441
Luke Frisken (kellpossible)

documentation

README

i18n-build crates.io badge docs.rs badge license badge github actions badge

A library for use within the cargo-i18n tool for localizing crates. It has been published to allow its direct use within project build scripts if required.

Changelog

Optional Features

The i18n-build crate has the following optional Cargo features:

  • localize
    • Enables the runtime localization of this library using localize() function via the i18n-embed crate.

Contributing

Pull-requests are welcome, but for design changes it is preferred that you create a GitHub issue first to discuss it before implementation. You can also contribute to the localization of this library via POEditor - i18n-build or use your favourite po editor.

To add a new language, you can make a request via a GitHub issue, or submit a pull request adding the new locale to i18n.toml and generating the associated new po files using cargo i18n.

Authors

Commit count: 222

cargo fmt