bjarki / SimpleGoogleTranslate

A simple Google translate wrapper for .Net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleGoogleTranslate

A simple Google translate wrapper for .Net

When using the Googel Translate "Server" it will change casing of words and add spaces in weird places.

TODO List

  • bjarki. -> bjarki .
  • bjarki: stuff -> bjarki : stuff
  • ({0}:{1}) -> ( { 0 } : { 1 } )
  • Sort &Ascending -> Sort it will skip &
  • bla-bla -> bla - bla
  • Filter= -> Filter =
  • stuff. stuff -> stuff . stuff
  • Google translate API will also trim spaces so text -> text

About

A simple Google translate wrapper for .Net

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C# 100.0%