It looks like you're new here. If you want to get involved, click one of these buttons!
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!
Hi,
Please see this article on configuring locales for your Debian based server → https://people.debian.org/~schultmc/locales.html. Once done, your Sendy installation should be able to load the new language you imported.
Thanks.
Best regards,
Ben
Dear Ben,
Thank you very much, it works perfectly.
Greetings.