v69-4-g9f7a67f
Details
-
FilenameSimpleItemLevel-v69-4-g9f7a67f.zip
-
Uploaded by
-
UploadedAug 30, 2026
-
Size29.07 KB
-
Downloads26
-
MD51c00b6b91a90eff849ba3d78c6919218
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-4-g9f7a67f (2026-08-30)
Full Changelog Previous Releases
- 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.
- makeFontString() passes labels through L[], which covers every option