v69-7-g734b5fa

Details

  • Filename
    SimpleItemLevel-v69-7-g734b5fa.zip
  • Uploaded by
  • Uploaded
    Aug 30, 2026
  • Size
    31.62 KB
  • Downloads
    17
  • MD5
    2d0032d4cb04f8fed08efe3be3b775ef

Supported WoW Retail Versions

  • 12.1.0
  • 12.0.7

Supported WoW Mists of Pandaria Classic Versions

  • 5.5.4

Supported WoW Wrath of the Lich King Classic Versions

  • 3.4.5

Supported WoW Classic Versions

  • 1.15.8

Supported WoW Burning Crusade Classic Versions

  • 2.5.6

Changelog

Simple Item Level

v69-7-g734b5fa (2026-08-30)

Full Changelog Previous Releases

  • Adjust usage of L in config so it's clearer what's localized
  • Switch localization to the wowace system
  • Let config checkboxes be indented without whitespace hacks
  • Add GetLocale to luacheck
  • Rearrange localization
  • Follow-up to zhTW localization: don't need to localize item qualities
    Also, why not, color the qualities in the dropdown for clarity.
    Refs #63
  • Add zhTW localization
    Adds a zero-dependency localization table (Locales/Locales.lua) plus a
    zhTW locale file. Untranslated keys fall back to the English source
    string, so clients in any other language are completely unaffected.
    config.lua changes:
    • makeFontString() passes labels through L[], which covers every option
      label in one place
    • checkbox tooltip requirements go through L[]
    • dropdown values (fonts, positions, item quality) go through L[]
    • format strings are looked up before :format() is called
    • the slash-command error message goes through L[]
      Blizzard's own global constants (BAGSLOTTEXT, INSPECT, SHOW_ITEM_LEVEL,
      ...) are already localized by the client and fall through unchanged.
      addon.lua is untouched: its only user-facing string is inside
      if ns.DEBUG then, which never fires in released builds.