View Single Post
GoD-Tony
Veteran Member
Join Date: Jul 2005
Old 05-01-2011 , 04:20   Re: [ANY] GeoIP Language Selection
Reply With Quote #7

It appears to be a bug with the Spray Tracer plugin. After looking at the source, I see that a lot of translations are formatted improperly.

For example:
Code:
Format(warn, 127, "%t", "Warn");

Should be:
Code:
Format(warn, 127, "%T", "Warn", client);

This is causing the menu to fall back to the server language (English in this case) on some occasions. I suggest reporting this bug to that specific plugin.

Last edited by GoD-Tony; 05-02-2011 at 11:02. Reason: typo
GoD-Tony is offline