Skip to content

Releases: kellpossible/cargo-i18n

v0.2.0

23 Aug 12:52
Compare
Choose a tag to compare
  • Added support for the fluent localization system.
  • Updated i18n-config to version 0.3 with several breaking changes to the configuration file. See the changelog.
  • Updated i18n-embed to version 0.7, with several breaking changes. See the changelog.
  • Updated i18n-build to 0.5 to support the new versions of i18n-config and i18n-embed. See the changelog.

v0.1.10

20 May 06:57
Compare
Choose a tag to compare

Improvements for i18n-embed LanguageRequester

  • bump i18n-build to v0.4.1
  • bump i18n-embed to v0.6.0

v0.1.9

16 May 08:17
Compare
Choose a tag to compare
  • bump i18n-embed to v0.5.0
  • bump i18n-build to v0.4.0

v0.1.8

10 May 10:17
Compare
Choose a tag to compare
  • Update i18n-embed to version 0.4.2.
  • Update unic-langid dependency to version 0.9.

v0.1.7

03 May 10:50
Compare
Choose a tag to compare
  • Update i81n-embed version mentioned in the example in the readme to 0.4. #19

v0.1.6

20 Apr 09:23
d2a5650
Compare
Choose a tag to compare

v0.1.5

18 Apr 06:44
Compare
Choose a tag to compare
  • Add support for xtr add-location option.
  • Requires xtr version 0.1.5.
  • Suppress progress output for msgmerge using --silent.

v0.1.4

16 Apr 14:38
Compare
Choose a tag to compare
  • Handle the situation where the command is executed from a subcrate making use of the [gettext] extract_to_parent = true option for issue #13.
  • Updated i18n-config to solve the issue #13, add some logging and use its own error type I18nConfigError instead of anyhow.