React Intl Translations Manager Versions Save

Manage all translations based on the extracted messages of the babel-plugin-react-intl

v5.0.3

6 years ago

5.0.3 (2018-03-29)

Bug Fixes

  • Semantic Release: Upgrade to latest 9.x version (eb2ecb2)

v5.0.2

6 years ago

5.0.2 (2018-03-29)

Bug Fixes

  • Printing: Upgrade of chalk (da118c6)

v5.0.1

6 years ago

5.0.1 (2017-09-29)

Bug Fixes

v5.0.0

7 years ago

<a name"5.0.0">

5.0.0 (2017-04-05)

Bug Fixes

  • filePath: fix the path to translations and whitelists files so they can easily be renamed (8d9338b7)

Breaking Changes

  • Since the language template is now passed to provideTranslationsFile and provideWhitelistsFile instead of the language itself, this is a breaking change.

(8d9338b7)

v4.0.1

7 years ago

<a name"4.0.1">

4.0.1 (2017-01-03)

Bug Fixes

  • DuplicateIds: detectDuplicateIds flag didn't work correctly (0fd37728)

v4.0.0

7 years ago

<a name"4.0.0">

4.0.0 (2016-12-16)

Features

  • overrideCoreMethods: add ability to override single core methods (19e36c36)

Breaking Changes

  • Since the full potential of core is now exposed through the default translationManager, it is no longer necessary to expose this method

    (438041ab)

  • printLanguageReport, printNoLanguageFile and printNoLanguageWhitelistFile now receive the full languageReport, instead of a few paramters. The parameters from the previous version are available on this languageReport.

    (2216c423)

  • Dropped jsonSpaceIndentation and jsonTrailingNewLine options in favor of jsonOptions object that can have a space key and trailingNewline key

    (2b5360ff)

v3.2.3

7 years ago

<a name"3.2.3">

3.2.3 (2016-12-16)

Bug Fixes

  • SemanticRelease: Drop version, note: jsonTrailingNewline option added (c5b69d6f)

v3.2.2

7 years ago

<a name"3.2.2">

3.2.2 (2016-12-16)

Bug Fixes

  • Contributing: minor fix to test semantic release (7ec2038e)

v3.1.0

7 years ago

<a name"3.1.0">

3.1.0 (2016-07-01)

Features

  • Example:
    • Finalize example (f823b823)
    • Provide an example project to showcase the entire translating process (e3115ff9)

v3.0.1

8 years ago

<a name"3.0.1">

3.0.1 (2016-04-11)

Bug Fixes