i18n-config
This library contains the configuration stucts (along with their parsing functions) for the cargo-i18n tool/system.
0.4.8
4.9M downloads/mo
#4561 most downloaded on crates.io
kellpossible/cargo-i18n
What this package is like to depend on
Last release 1 years ago
09 Jul 2025
Release timing varies
gaps range from 9 days to 1.7 years
Most releases are documented
notes for 13 of 16 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
16 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
16 releases · Apr 2020 to Jul 2025Releases
latest 16-
0.4.809 Jul 2025Release notes
Open source →Documentation
- Fixed some typos. Thanks to @YgorSouza.
Internal
- Fix some compiler lints about eliding lifetimes.
-
0.4.708 Aug 2024 -
0.4.613 Sep 2023 -
0.4.510 Sep 2023 -
0.4.416 May 2023Release notes
Open source →New Features
- Add option to override the default domain name for fluent assets.
Internal
- Fix clippy warnings.
- Bump
tomlto version0.7.
-
0.4.309 Jan 2023Release notes
Open source →- Prevent a panic when the crate root is a workspace. #93 thanks to @ctrlcctrlv.
-
0.4.225 Apr 2021Release notes
Open source → -
0.4.104 Feb 2021Release notes
Open source →New Features
- New
locate_crate_paths()function for use in procedural macros.
- New
-
0.4.027 Aug 2020Release notes
Open source →New Features
- Introduced new
assets_dirmember of[fluent]subsection.
Breaking Changes
- Changed type of
fallback_languagefromStringtounic_langid::LanguageIdentifier.
Internal Changes
- Improved error messages.
- Introduced new
-
0.3.023 Aug 2020Release notes
Open source →Changes for the support of the
fluentlocalization system.New Features
- New
FluentConfig(along with associated[fluent]subsection in the configuration file format) for using thefluentlocalization system.
Breaking Changes
- Renamed
src_localetofallback_language. - Moved
target_localesto within the[gettext]subsection, and renamed it totarget_languages.
Internal Changes
- Now using
parking_lot::RwLockfor the language loaders, instead of theRwLockin the standard library.
- New
-
0.2.218 Apr 2020 -
0.2.116 Apr 2020 -
0.2.016 Apr 2020Release notes
Open source →- A bunch of changes to help with solving issue 13.
- Add some debug logging using the log crate.
- Migrate away from
anyhowand provide a newI18nConfigErrortype. - Change
I18nConfig#subcratestype fromOption<Vec<PathBuf>>toVec<PathBuf>and useserdedefault of empty vector. - Add a
find_parentmethod which searches.
-
0.1.210 Apr 2020Nothing published for this version
-
0.1.107 Apr 2020Nothing published for this version
-
0.1.007 Apr 2020Nothing published for this version