Error search button with spanish translation #51


  • New
  • Defect
Closed
Assigned to xinhuan
  • _ForgeUser2453766 created this issue Nov 15, 2014

    In the spanish translations of the addon the text "Bag %d Item %d:" is translated as "Bolsa %  Objeto %" instead "Bolsa %d  Objeto %d"
    Whitout the %d the search button make lua errors at compilation when trying to do use format function with the spanish text and it not possible to do searchs

    Lines with error, for example
    BankItems_GenerateExportText()

    prefix = format(L["Bag %d Item %d:"], bagNum, bagItem).." "

  • _ForgeUser2453766 added the tags New Defect Nov 15, 2014
  • _ForgeUser2453766 posted a comment Nov 15, 2014

    I just update the spanish translations with the correction. I opened the ticket because this is not a case of grammar error or untranslated text left in english, the addon not work in spanish without the correction, the search button make an error in execution

  • Burstroc closed issue Sep 19, 2020

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