Kallan Balazic
Registered User
Join date: 1 Feb 2009
Posts: 8
|
01-30-2010 00:13
Hi, I have written a faerie language and i want to make a translator from it so that others can speak and understand it too. Is there anyone out there that is capable of making me such a script needs to be full perm so i can give the translator to people. I am only a beginner scripter and dont really know where to start compiling such a thing.
Would appreciate any help!
THanks
Kallan
|
ab Vanmoer
Registered User
Join date: 28 Nov 2006
Posts: 131
|
01-30-2010 14:44
Most if not all the SL translators use google translate or one of the other online translators to do the actual translation. e.g http://wiki.secondlife.com/wiki/Universal_TranslatorAs a result the SL translators only support existing languages. Unless your faerie language is fairly simple, I doubt that it would be possible to develop an actual translator just using LSL, you would probably need to offload the translation to a custom developed external web service.
|
Kallan Balazic
Registered User
Join date: 1 Feb 2009
Posts: 8
|
02-05-2010 02:59
so if i posted it on a website i could use a standard translator script to link to there?
|
Madpeter Zond
Registered User
Join date: 7 Jun 2008
Posts: 7
|
02-05-2010 03:05
You would need to get a coder to create a custom translation system for you. and then you would need to set it up on a webserver so people in secondlife could use it.
|
ab Vanmoer
Registered User
Join date: 28 Nov 2006
Posts: 131
|
02-05-2010 11:39
From: Kallan Balazic so if i posted it on a website i could use a standard translator script to link to there? The google web site is doing the actual translation. The LSL script sends the text be translated to the google translation web service, and then displays the response. Have a look at http://translate.google.com So yes, if you implement a complete translator for your language on a web site, you could probably use a standard translation script with maybe some minor mods.
|
Twisted Pharaoh
if ("hello") {"hey hey";}
Join date: 24 Mar 2007
Posts: 315
|
02-06-2010 02:44
Well I was willing to help you in scripting tips, but you didn't post any sample as I asked you. Now time is running late as these forums close Tuesday :/
|