This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem? Any interrupt with a French installation, create an LUA error.
What is the expected output? What do you see instead? No lua error, and the message on my chat channel.
What version of the product are you using? Last stable from curse.
Do you have an error log of what happened? I did the analyze.
Please provide any additional information below.
The error is simple, in the "Locale.lua" file, there is a mistake for 'frFR':
Instead of : La["%s interrupted %s casting %s"] = "% a interrompu %s qui incantait %s" Needs review
The good line is: La["%s interrupted %s casting %s"] = "%s a interrompu %s qui incantait %s" Needs review
All is the first pourcent.
To post a comment, please login or register a new account.