Skip to content

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

License

Notifications You must be signed in to change notification settings

john20xdoe/tiny-translator

 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 78.5%
  • HTML 15.3%
  • CSS 5.1%
  • Other 1.1%