Your instructions are clear enoughI'll work on it this evening as soon as I'm back home and will let you know. I guess I should be able to check the results in game directly when I'm finished with the translation of a module
A question though :
I see you sometimes include a parameter inside a string and therefore use ' as a string delimiter instead of " :
in that case, how can I safely use ' as a word separator (as in "I'm glad to see you"), please ?L['Are you sure you wish to remove "%s" from the variable SET list?'] = true
Not sure wether there is an escape character in LUA language like in C language (\X) or if I should put two single quotes or something ? For now, I've workaround-ed this problem by wording differently the sentence but I'm curious to know the proper way to do thisL['Are you sure you wish to remove "%s" from the variable SET list?'] = 'Etes-vous sûr(e) de vouloir supprimer "%s" de l'ensemble de variables ?'![]()
Connect With Us