MagicMarker: Missing entry for 'Vanilla' #22


  • New
Open
  • C1GX created this issue Jun 19, 2021

    Hello I have this message everytime I log in

     

    Message: AceLocale-3.0: MagicMarker: Missing entry for 'Vanilla'
    Time: Sat Jun 19 17:15:36 2021
    Count: 1
    Stack: AceLocale-3.0: MagicMarker: Missing entry for 'Vanilla'
    [string "@Interface\AddOns\MagicMarker\Config.lua"]:404: in main chunk

    Locals: <none>

  • C1GX added a tag New Jun 19, 2021
  • Aprune posted a comment May 17, 2022

    Some entries for expansions are missing in the locale files, giving out this error.

     

    Some that were missing from the French file : 

    L["Battle for Azeroth"] = "Battle for Azeroth"
    L["Legion"] = "Legion"
    L["Vanilla"] = "Vanilla"
    L["Warlords of Draenor"] = "Warlords of Draenor"

    Simply add them at the end of the file until the fix goes out, hopefully someday…

     

    Open the corresponding file of the language you play (Locale-enUS.lua for English / Locale-frFR.lua for French / Locale-deDE.lua for German, etc…), under the « .\MagicMarker\Locales\ » folder and add this line :

    L["Vanilla"] = "Vanilla"

    Repeat for any other « Missing entry » bug you could stumble upon.


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