Forgive me, I'm not adept with modding.
I've got the localization fixed for the keyboard control:
locale/en/config.cfg:
[controls]
queue-to-front=Toggle queuing order
However I'm trying to do the same for messages logged when the keys are pressed and it's just printing the string "qtf-message.queue-to-front" rather than pulling what I have in the locale file.
control.lua:
plr.print('qtf-message.queue-to-front')
locale/en/config.cfg:
[qtf-message]
queue-to-front=Queueing mode set to FRONT
Can you point me in the right direction?