This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

grunt-smartling

0.1.3 • Public • Published

grunt-smartling

Allows you upload and download resource files from smartling via grunt commands

How to use


    smartling_download:
      options:
        apiKey:"xxx"
        projectId: "xxx"
        
      test:
        locales: [
          "en-GB"
          "es-MX"
          "de-DE"
          "fr-CA"
          "ja-JP"
        ]
        resourceId: "locale.resource"
        dest: "/test"

    smartling_upload:
      options:
        apiKey:"xxx"
        projectId: "xxx"

      test:
        resourceId: "locale.resource"
        src: "test/resources/resource.json"

Package Sidebar

Install

npm i grunt-smartling

Weekly Downloads

0

Version

0.1.3

License

none

Last publish

Collaborators

  • acolchado
  • arnoldzokas
  • phoey1
  • ssetem