Topic: [LANG] RUSSIAN / РУССКИЙ

Here i have russian language

http://www.idezign.org/uploads/ru.txt
save as ru.php

change in index.php

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
to
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />

change in file config.php

define('LANG', 'en'); // en - English, es - Espaсol, fa - Farsi
to
define('LANG', 'ru'); // en - English, es - Espaсol, fa - Farsi

and have fun..

PS: Creator you can make adminpanel for next version?

/**************************************************/

Русский перевод для тех кому лень самому переводить...

http://www.idezign.org/uploads/ru.txt
сохранить на компьютере как ru.php

в файле index.php

найти:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
заменить на:
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />

сменить в config.php

define('LANG', 'en'); // en - English, es - Espaсol, fa - Farsi
на:
define('LANG', 'ru'); // en - English, es - Espaсol, fa - Farsi

Вот  и всё удачи... big_smile

Last edited by idezign (15/05/2009 20:25:06)

Re: [LANG] RUSSIAN / РУССКИЙ

Thanks!

Are you sure that rusian can't be in utf-8??

Re: [LANG] RUSSIAN / РУССКИЙ

Rodolfo wrote:

Are you sure that rusian can't be in utf-8??

with utf-8 work to, but you must save the files in UTF8 en not ANSI

The best way is if you define the CHAPSET in each langueage file
like so:
ru.php

after:
// TITLES
add:
define('CHAPSET', 'windows-1251');

en in index.php change
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
to
<meta http-equiv="Content-Type" content="text/html; charset=<?=CHAPSET;?>" />

and in file en.php, es.php, fa.php
after
// TITLES
add
define('CHAPSET', 'utf-8');

Last edited by idezign (17/05/2009 15:50:37)

Re: [LANG] RUSSIAN / РУССКИЙ

oh, fuck.. ok.

Re: [LANG] RUSSIAN / РУССКИЙ

why "oh, fuck.." smile)))

Re: [LANG] RUSSIAN / РУССКИЙ

fuck=дерьмо=crap ??

Re: [LANG] RUSSIAN / РУССКИЙ

)) ok tux60,

PS: sorry, for my English!

Re: [LANG] RUSSIAN / РУССКИЙ

if i have windows in hebrew how i can use your lang because i want to