Some mismatch between text.php of Hesk 2.7.5 and MfH 3.2.4
Posted: Fri Dec 01, 2017 6:13 pm
Hi all.
I'm trying to update my translation into Italian of Hesk 2.7.5 (done, today!) and MfH 3.2.x (in progress).
By ispecting the contens of the two (English) text.php files, I found some discrepancies, ie:
* MfH puts between strings coming from Hesk 0.94
$hesklang['wait_staff_reply']='Waiting reply from staff';
$hesklang['wait_cust_reply']='Waiting reply from customer';
but checking text.php of Hesk 2.7.5 these two strings/variables are not present
* MfH puts in between strings added/modified by MfH itself some strings which, are already present in Hesk, ie:
$hesklang['addnote'] = 'Add note'; (ADDED OR MODIFIED IN Mods For HESK 1.6.0)
$hesklang['nti']='New ticket'; (ADDED OR MODIFIED IN Mods For HESK pre-1.2)
$hesklang['close_this_ticket']='Close ticket'; (ADDED OR MODIFIED IN Mods For HESK 1.2)
IMHO this causes confusion to translators who, like me, have to checck every time if the two files are consistant or not.
This is especially true for strings removed from Hesk but which persist into MfH like the two I reported above.
My 2 cents tip.
Regards,
Topoldo
I'm trying to update my translation into Italian of Hesk 2.7.5 (done, today!) and MfH 3.2.x (in progress).
By ispecting the contens of the two (English) text.php files, I found some discrepancies, ie:
* MfH puts between strings coming from Hesk 0.94
$hesklang['wait_staff_reply']='Waiting reply from staff';
$hesklang['wait_cust_reply']='Waiting reply from customer';
but checking text.php of Hesk 2.7.5 these two strings/variables are not present
* MfH puts in between strings added/modified by MfH itself some strings which, are already present in Hesk, ie:
$hesklang['addnote'] = 'Add note'; (ADDED OR MODIFIED IN Mods For HESK 1.6.0)
$hesklang['nti']='New ticket'; (ADDED OR MODIFIED IN Mods For HESK pre-1.2)
$hesklang['close_this_ticket']='Close ticket'; (ADDED OR MODIFIED IN Mods For HESK 1.2)
IMHO this causes confusion to translators who, like me, have to checck every time if the two files are consistant or not.
This is especially true for strings removed from Hesk but which persist into MfH like the two I reported above.
My 2 cents tip.
Regards,
Topoldo