Crates.io | i18n-build |
lib.rs | i18n-build |
version | 0.9.0 |
source | src |
created_at | 2020-04-10 12:49:43.227551 |
updated_at | 2023-09-10 03:29:31.13532 |
description | Designed 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 | |
repository | https://github.com/kellpossible/cargo-i18n/tree/master/i18n-build |
max_upload_size | |
id | 228319 |
size | 49,441 |
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.
The i18n-build
crate has the following optional Cargo features:
localize
localize()
function via the i18n-embed crate.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
.