Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 988 Bytes

CHANGELOG.md

File metadata and controls

49 lines (26 loc) · 988 Bytes

gulp-static-i18n changelog

v0.0.8

  • Pin all dependencies to minor versions

v0.0.7

  • Add support for prefixing urls with language-code in json (#15)

v0.0.6

  • Bugfix for sibling tests is json translation(#14)

v0.0.5

  • Add option to format output json (#12)
  • Bugfix translating falsy values

v0.0.4

  • Add support for sibling value tests for translating json (#10)

v0.0.3

  • Add support for translating json (#8)

v0.0.2

  • Allow sourcing of PO files from Multiple directories (#5)
  • Change localeDir to localeDirs in options object passed to Translator.

v0.0.1

  • Initial release