Git Product home page Git Product logo

grunt-translate-sync's People

Contributors

arvidkahl avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

grunt-translate-sync's Issues

Does not detect changes within namespaces

Additions of new translation tokens within namespaces are not found via this task. For instance, this a valid translation table format:

{
  "NAMESPACE": {
    "SUB_NAMESPACE": {
       "TRANSLATION_ID1": "This is a namespaced translation."
    }
  }
}

In this case, the addition of TRANSLATION_ID2 would not be picked up by the task.

Is the README.md wrong?

Hi,

In the current README.md the examples says to do this:

translate_sync: {
  options: {
    keepKeyOrder: Boolean,
    indent: String or Number
  },
  source: String,
  targets: [String]
}

Which I did, but then I was getting a '>> Source option not found.' error.

After some digging around the file tasks/translate_sync.js I saw that it trying to get the source (and target files) from:

var sourceFile = this.data.source;
var targetFiles = this.data.targets;

So I changed my grunt file to:

translate_sync: {
  options: {
    keepKeyOrder: Boolean,
    indent: String or Number
  },
  data: {
    source: String,
    targets: [String]
  }
}

And now everything is working.

So are the README.md examples wrong?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.