Page 2 of 2

Re: Translate plug-in

Posted: Fri Sep 20, 2019 6:30 am
by frase
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();?>>
...

Re: Translate plug-in

Posted: Fri Sep 20, 2019 6:58 am
by frase
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?

Re: Translate plug-in

Posted: Fri Sep 20, 2019 12:10 pm
by frase
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

Re: Translate plug-in

Posted: Sat Sep 21, 2019 1:49 pm
by frase
Christoph (cmb) just uploaded Polyglott_XH-1.0beta2.zip to Github.
Now everything is fine ;-)

Re: Translate plug-in

Posted: Mon Sep 23, 2019 10:13 am
by ustalo
I have a problem with plug-in. With help by frase we found solution. Use other version