Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-tx-source-upload

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-tx-source-upload

Grunt task for updating the source language for a Transifex resource.

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

grunt-tx-source-upload

Build Status Dependency Status devDependency Status

Grunt task for updating the source language for a Transifex resource.

Getting Started

This plugin requires Grunt ~0.4.2

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-tx-source-upload --save-dev

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

grunt.loadNpmTasks('grunt-tx-source-upload');

tx-source-upload task

Run this task with the grunt tx-source-upload command.

src

This is the path to your language source file. You can only provide a single resource file. A src must be provided.

src: __dirname + '/locales/en.dtd'

Options

Below is the list of grunt options.

username

Your Transifex username. If it's not provided than env var TRANSIFEX_USERNAME is used. A username must be provided.

password

Your Transifex password. If it's not provided than env var TRANSIFEX_PASSWORD is used. A password must be provided.

project

Your Transifex project slug. If it's not provided than env var TRANSIFEX_PROJECT is used. A project must be provided.

resource

Your Transifex resource slug. If it's not provided than env var TRANSIFEX_RESOURCE is used. A resource must be provided.

i18nType

This is the i18n format of the source file. It's the i18n_type property required by the Transifex API. A i18nType must be provided.

'tx-source-upload': {
	options: {
		username: 'chesley',
		password: 'you-wish-you-knew',
		project: 'grunt-tx-source-upload-example',
		resource: 'core',
		i18nType: 'DTD'
	},
	src: __dirname + '/locales/en.dtd'
}

Running Tests

To execute all the tests, just run:

npm test

FAQs

Package last updated on 26 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc