LUA error for french config, on interrupt event. #65


  • New
  • Defect
Open
Assigned to _ForgeUser52499
  • _ForgeUser9773356 created this issue Feb 7, 2016

    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.

  • _ForgeUser9773356 added the tags New Defect Feb 7, 2016

To post a comment, please login or register a new account.