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

Joined
Apr 1, 2010
Messages
283
Reaction score
159
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 :)
 
Back