laaglu / tx2manifest

A tool to inject Mozilla Property files translated using the Transifex service into FirefoxOS app manifests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

tx2manifest is a utility to help in i18n of FirefoxOS apps which adhere to the design pattern described in this article. The goals of the project are modest: implement something useful to me as a FirefoxOS developer while exploring node.js, Promises and q-io (which are amazing tools by the way).

#Installation As root, type

  npm install -g tx2manifest

#Usage In the root directory of your app, type:

  tx2manifest -h # To get usage
  tx2manifest    # If the default options suit you 

The command does not modify any files, it simply prints the updated manifest to the console.

About

A tool to inject Mozilla Property files translated using the Transifex service into FirefoxOS app manifests


Languages

Language:JavaScript 100.0%