Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 2.64 KB

README.md

File metadata and controls

61 lines (39 loc) · 2.64 KB

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