Skip to content

Release 1.0.0 - Polymer 1.x/2.x hybrid support for Chrome/Firefox

Compare
Choose a tag to compare
@t2ym t2ym released this 24 Jun 05:03
· 90 commits to master since this release

Features

  • Polymer 1.x/2.x hybrid support
  • Chrome and Firefox support
  • Export XLIFF from the running app to a local file
  • Import XLIFF from a local file to the running app
  • Save XLIFF to Browser Storage (IndexedDB)
  • Load XLIFF from Browser Storage (IndexedDB)
  • Upload XLIFF to Cloud Storage (Firebase)
  • Download XLIFF from Cloud Storage (Firebase)
  • Show translation statistics in list view
  • Detect changes on Cloud Storage (Firebase) to trigger a new build
  • Detect changes and load Local XLIFF

Notes

  • To work around Issue #76, https-local-server script is required even for HTTP web applications. At the first XLIFF watching, an error message for inaccessible http://localhost:8887 is shown but https://localhost:8887 is used as a fallback in 10 seconds.