Skip to content

[Debian OS] Sendy's interface not changed to the language I selected

edited February 2017 in Troubleshooting

Hello,

I have Debian 8 server with PHP in fast-CGI. Sendy's interface not changed to the language I selected.

Putting this a file with following content in the document root, the result is "gettext is supported":

 ----------------------------------------------------------------------
 <?php
 if (!function_exists("gettext")){
     echo "gettext is not installedn";
 }
 else{
     echo "gettext is supportedn";
 }
 ?>
 ----------------------------------------------------------------------

The files default.mo and default.po in /locale/it_IT/LC_MESSAGES are updated like in the last step (after Step 4) of https://sendy.co/translation.

Anyone can help me please?

Thanks!

Comments

This discussion has been closed.