Skip to content

alexfilatov/exml_translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExmlTranslator

** SAX-based XML files translator with Google Translator **

** You will need Google API key, go to Google Console **

** NOT COVERED WITH TESTS, DO NOT USE IN PRODUCTION **

Installation

Not available in Hex by far.

How to use

ExmlTranslator.run("test.xml", "", "", "")
# I didnt make this configurable yet, locale and output filename are hardcoded.
# Open and edit this:
# def locale(), do: "de"
# def out_filename(), do: "output.xml"

About

XML files translator in Elixir (SAX)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages