Update translation

Hello, I discovered that the translation, when I press the forward button at the bottom of the email, is not complete:

Then I checked if there was an update for the translation available, but when I refresh the page after performing the update I get the same message. So I can keep running the update endlessly.

The permissions of the “text” folder are 775.

The files are all from 18-5-2021. Even after performing the update.

Am I doing something wrong?

@CD130 The Update Translations page is for the translations of the admin interface and updates the database. The files in the texts directory are for the front-end (public) pages and are updated only in a new release of phplist.

You can either update the dutch.inc file directly, or create your own file that contains any missing translations and place that file in the web root directory.

e.g. create file dutch.inc in the web root directory then add the missing translation


<?php

$strForwardForwardingName = 'Please enter your full name';
1 Like

Thank you for your clear response.