Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release]Auto Translator for language IRIS files (By Google translate)

Experienced Elementalist
Joined
Apr 1, 2010
Messages
267
Reaction score
135
Hi .

I have make in long time a auto translate files for iris (without make error and not corrupt files)

Using Google trad.


You Need :
- Uwamp / Wamp
- Curl activate in PHP
- all Txt to translate in UTF8 (use notpad++ for encoding your files)
- Traducteur-Iris.rar (View attachment Traducteur-Iris.rar)


Fast Tut'

1- Go extract Traducteur-Iris.rar in you www folder (uwamp/wamp)
2- Edit Index.php

PHP:
// Mettre la langue d'origine
$lang_from = "en"; // <--- Set The original Lang
// Mettre la langue traduite
$lang_to = "fr"; // <--- Set here what you want in output langage

(List of all "code" name for translate )

3- Past all of your txt (converted in utf8) in folder "lang/Original/"
4- Open your navigator with url "http://127.0.0.1"
/!\ If the page just loading without internet page show , it's OK ! it's not a problem /!\

5- wait all files has translate in folder "lang/Traduit/"

6- place in your client and PLAY :)
 

Attachments

You must be registered for see attachments list
Back
Top