Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some improvements and retryInDefaultLocale option #206

Closed
wants to merge 6 commits into from

Commits on Feb 12, 2016

  1. Configuration menu
    Copy the full SHA
    6fbf636 View commit details
    Browse the repository at this point in the history
  2. Move all options in i18n.options

    Paxa committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    c6274f4 View commit details
    Browse the repository at this point in the history
  3. Expose API to override serialization:

    i18n.serializeLocale(localeObj) - convert object to string
    i18n.deserializeLocale(fileContent) - parse file content to object
    Paxa committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    0cd5d7f View commit details
    Browse the repository at this point in the history
  4. Add retryInDefaultLocale option

    Paxa committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    ee0da09 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2016

  1. Configuration menu
    Copy the full SHA
    6cddd99 View commit details
    Browse the repository at this point in the history
  2. Add test for serialisation API

    Paxa committed Feb 13, 2016
    Configuration menu
    Copy the full SHA
    d41ad9b View commit details
    Browse the repository at this point in the history