Translau

Translau

  • Docs
  • Blog

›Getting started

Getting started

  • Installation

Guides

  • Creating project
  • Navigation
  • Editing
  • Control the data

Examples

  • Creating project

Installation

Fastest is the simplest

You can use translau simply by leveraging npx. It will get you started in no time and all you need is npm installed.

npx translau ./path/to/folder

Translau is developed on Node >= 11.10.x

Install as dependency

If you want to use translau in your project you can install id as a dependency or more likely as a dev dependency. Follow command below.

npm install translau
npm install --save-dev translau

Then you can use translau in your npm scripts. For example:

{
    "scripts": {
        "i18n": "translau ./static/translations"
    }
}

And use then use it.

npm run i18n

Want desktop experience?

Translau will be eventually published as an electron app once in stable version. Until then there is no alternative other than liking the corresponding issue or contributing.

Last updated on 2019-11-19 by Ondra Hajný
Creating project →
  • Fastest is the simplest
  • Install as dependency
  • Want desktop experience?
Translau
Docs
Getting Started (or other categories)Guides (or other categories)API Reference (or other categories)
Community
User ShowcaseStack OverflowProject ChatTwitter
More
BlogGitHubStar
Facebook Open Source
Copyright © 2019 Translau