OsTicket-Reloaded / OsTicket

OsTicket Multilingual fork from Original

Home Page:https://osticket-reloaded.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NL language definitions missing

jasperf opened this issue · comments

I think the NL language changes made in my repository have not been added yet. After I manually changed Arabic to NL and entered the backend most of the NL language items were missing and many PHP constants were shown instead of translations.

Will ask Arend about this

Arend mentioned: "It seems that some keys changed, if you compare the nl to the us, we have
many more keys, which seems odd. I don't have time currently to look into
it, maybe in a few weeks."

US translate file and NL translate file have many definitions NOT in common. How did this happen? Does the osTicket version on jfrumau/OSTicket-Reloaded differ from https://github.com/OsTicket-Reloaded/OsTicket ? Just need the most economic way to straighten things up before I make any changes to NL and ask UncleDan to adjust IT. Do not want to do double work or useless work..
NB NL tranlate.php has more definitions than US for label A, B, C, D, E, F, G, H (exception US has more than NL).I ( US misses I completely) for example

I Rescue the label on US translation:
'LABEL_ISSUE_SUMMARY' = 'Issue Summary';

but the labels I don't find use to rescue I think for now is not need:
$LANG['LABEL_INTERNAL_NOTE'] = 'Interne Notitie'; //newticket.inc
$LANG['LABEL_INTERNAL_NOTES'] = 'Interne Notities';
$LANG['LABEL_IP_ADDRESS'] = 'Ip Adres';

Please try remove and test, because I don't find on code in anyplaces.

You rescued the label 'LABEL_ISSUE_SUMMARY'. So I guess it got removed by accident?
I should remove:
$LANG['LABEL_INTERNAL_NOTE'] = 'Interne Notitie'; //newticket.inc
$LANG['LABEL_INTERNAL_NOTES'] = 'Interne Notities';
$LANG['LABEL_IP_ADDRESS'] = 'Ip Adres';
correct?

yes, is a accident!

and other I think you can remove!

with version control, is ease get back :D.

see you!!! :D

2011/6/9 jasperf <
reply@reply.github.com>

You rescued the label 'LABEL_ISSUE_SUMMARY'. So I guess it got removed by
accident?
I should remove:
$LANG['LABEL_INTERNAL_NOTE'] = 'Interne Notitie'; //newticket.inc
$LANG['LABEL_INTERNAL_NOTES'] = 'Interne Notities';
$LANG['LABEL_IP_ADDRESS'] = 'Ip Adres';
correct?

Reply to this email directly or view it on GitHub:
#2 (comment)

Added many missing NL definitions. Will need some more work later on.