1.2.0 • Published 7 years ago

grunt-crowdin v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

grunt-travis-restart

Task to upload and download translations from Crowdin. The translation files must be in json format.

Getting Started

This plugin requires Grunt ~0.4.0

If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

npm install grunt-crowdin --save-dev

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

grunt.loadNpmTasks('grunt-crowdin');

Settings

key

Type: String

The API key for the Crowdin project. Find it under the project settings.

project

Type: String

The name of the Crowdin project.

filename

Type: String

The name of the file to update on Crowdin. This is the logical filename.

folder

Type: String

The folder the translation files are located in.

sourceLocale

Type: String

The name of the source of translations, f.ex. en. This means the task will upload the file name en.json from the above folder to the file named filename.json on Crowdin.

Example:

travis-crowdin: {
    key: 'abcdefg',
    project: 'google',
    filename: 'input',
    folder: 'locales',
    sourceLocale: 'en'
}
1.2.0

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.1.0

10 years ago