Simple web general localization/translation backend (using mysql)?
Posted
by Hendrik
on Stack Overflow
See other posts from Stack Overflow
or by Hendrik
Published on 2010-04-24T22:45:27Z
Indexed on
2010/04/24
22:53 UTC
Read the original article
Hit count: 280
Hi is there a free avaible translation backend with database avaible which can handle multiple users(no login needed), multiple languages (UTF-8) and provides automatic google translation?
I just need this tool to fill a database (preferable mysql) with simple tables like this:
language | label | text
english | _helloworld | Hello World! german | _helloworld | Hallo Welt!
I don't care about export since this will have to be created anyways..
Thanks it would be a real timesaver if something with an usable UI exists already.
© Stack Overflow or respective owner