/tiny-translator

A tiny little webapp to quick and dirty translate XLIFF and xmb files (Angular 7)

Primary LanguageTypeScriptMIT LicenseMIT

TinyTranslator with Angular 6 and 7

A tiny little webapp to quick and dirty translate XLIFF 2.0, XLIFF 1.2 or xmb/xtb files before Angular CLI officially supports built-in translations.

Published at:

The French and Russian instances may be incomplete as I do not have a paid Google Translate API key.


Local Development

Latest version now uses Angular 7 CLI. You can still onload .xlf files from Angular 6 and below into the running app.

$ npm install
$ npm run start-en

Go to localhost:4200

Extract Translations Strings

$ npm run extract

Publish to Github Pages

$ npm run publish:ghpages

Credits