Topic: Multilingual site

Hi everyone, I was looking for some ideas how setup multilingual site, but I didnt found anything. Its there any plugin or not? I think that would be very interesting plugin not only for me, but for others too.
Thanks for answers. smile

Re: Multilingual site

there is no multilanguage plugins.
The only way you have to copy ur website and traslate ( its very easy ).

(с) Roman Art
So far So good wink

Re: Multilingual site

If someone want make translation of content, have to translate it anyway smile ...
But... Are you talking about making copies of website and place it in subfolder -> example.com/en, example.com/de, example.com/ru, example.com/sk , etc... and in each make a translation of content ?
Finally, I am thinking about new plugin or how is possible implement / make multilingual plugin smile so It can be idea for anyone...

Re: Multilingual site

its too difficult even without knowlege of php and pluginbuildings of monstra i can tell u big_smile

yes subfolders and copyes, u will have each admin panel each website.

p\s anyway thanks for idea big_smile my website monstrathemes.com would like to have one plugin like this >_<

(с) Roman Art
So far So good wink

Re: Multilingual site

I know basics of PHP, dont have a large practise, but it may change... smile I know HTML,CSS and little javascript too...
Few days back I visited your website monstrathemes.com and downloaded some themes, its a great. Your themes help me with learning how create new monstra themes smile
And my last question, whats the best way how build plugins? I think when I will try, try, try coding I will learn it wink

6 (edited by dextra 2014-03-16 06:23:04)

Re: Multilingual site

RomanArt wrote:

its too difficult even without knowlege of php and pluginbuildings of monstra i can tell u big_smile
yes subfolders and copyes, u will have each admin panel each website.
p\s anyway thanks for idea big_smile my website monstrathemes.com would like to have one plugin like this >_<

you can nobody give me an example to understand; thanks smile

Re: Multilingual site

kill me plzzzzzz hahaha big_smile
https://translate.google.com/manager/website/

(с) Roman Art
So far So good wink

Re: Multilingual site

RomanArt wrote:

kill me plzzzzzz hahaha big_smile
https://translate.google.com/manager/website/

I know this but the google translation, makes stupid translation

Re: Multilingual site

1) Donwload monstra
2) install monstra on www.site.com/en/  - English  version of ur website u write all content there ONLY IN ENGLISH LANGUAGE!
3) install monstra on www.site.com/ru/   - Russian version of ur website u write all content there ONLY IN RUSSIAN LANGUAGE!


4)In .htaccess file change to this to run your website first on www.site.com/en/

<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteBase /
    RewriteCond %{REQUEST_URI} !/en/
    RewriteRule ^(.*)$ /en/$1 [L]
</IfModule>

5) Add button to change language

<div class="button to change language must be on both websites">
    <a href="<?php echo Site::url(); ?>en/<?php echo Page::slug(); ?>">EN</a>
    <a href="<?php echo Site::url(); ?>ru/<?php echo Page::slug(); ?>">RU</a>
</div>

Did not test it ever, i guess it should work just fine, if u know how to install monstra on sub-domain
p/s You will have 2 websites so u have to add content 2 times on each of them! open admin for EN write in english, then open admin for RU and write in russian!

(с) Roman Art
So far So good wink

Re: Multilingual site

well there is a way to support multi-language on each domain to and 1 cms anyway smile Drupal CMS has it so i hope Monstra CMS will have this feature in future smile

Re: Multilingual site

i like it in opencart there is 2 section when u create a new Item:
Russian        English
so while making an item u can add description name etc in one language and then switch tab to do the same in another language.

i think its possible to make on monstra as a plugin or by copy plugin "Page" and change something, but then u have to do the same for every plugins u install T_T

(с) Roman Art
So far So good wink