Translate plug-in

Third Party Plugins to CMSimple - how to install, use and create plugins

Moderator: Tata

frase
Posts: 5085
Joined: Thu Apr 21, 2016 6:32 am
Location: Saxony
Contact:

Re: Translate plug-in

Post by frase » Fri Sep 20, 2019 6:30 am

The header in your template is missing.
The language definition must be at the top of the template.

Code: Select all

<!doctype html>
<html lang="<?php echo $sl;?>">
<head>
<?php echo head();?>
...
...
...
</head>
<body<?php echo onload();?>>
...

frase
Posts: 5085
Joined: Thu Apr 21, 2016 6:32 am
Location: Saxony
Contact:

Re: Translate plug-in

Post by frase » Fri Sep 20, 2019 6:58 am

What is the call for the language menu on your page?
It must be right:

Code: Select all

<?php echo polyglott_languagemenu();?>
It seems to me that you have changed something - right?

frase
Posts: 5085
Joined: Thu Apr 21, 2016 6:32 am
Location: Saxony
Contact:

Re: Translate plug-in

Post by frase » Fri Sep 20, 2019 12:10 pm

As I have just noticed, version 1.0beta2, which you can download on Github, does not work properly. Something is wrong there.

Please try this version:

Как я только что заметил, версия 1.0beta2, которую вы можете скачать на Github, не работает должным образом. Там что-то не так.

Пожалуйста, попробуйте эту версию:
.

Polyglott_XH-1.0beta2.zip
You do not have the required permissions to view the files attached to this post.

frase
Posts: 5085
Joined: Thu Apr 21, 2016 6:32 am
Location: Saxony
Contact:

Re: Translate plug-in

Post by frase » Sat Sep 21, 2019 1:49 pm

Christoph (cmb) just uploaded Polyglott_XH-1.0beta2.zip to Github.
Now everything is fine ;-)

ustalo
Posts: 164
Joined: Mon Aug 16, 2010 7:42 am
Location: Russia
Contact:

Re: Translate plug-in

Post by ustalo » Mon Sep 23, 2019 10:13 am

I have a problem with plug-in. With help by frase we found solution. Use other version
Aleksei

Post Reply