• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

[LANG] RUSSIAN / ???????

Status
Not open for further replies.

idezign

Chevereto Noob
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

??? ? ??? ?????... :D
 
Rodolfo said:
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');
 
Status
Not open for further replies.
Back
Top