-
fix(launcher): localize image-missing placeholder + drop dead icons.lua
released this
2026-06-11 08:22:29 +00:00 | 2 commits to master since this release- markdown.lua: M.render now accepts an optional
t6th arg (ctx.t).
When present, the image-missing fallback string is looked up via the
newimage_missing_fmtkey in strings.lua. Callers without t (the
launcher-test bytecopy) get the hardcoded English string verbatim,
matching previous behavior. - panels/detail.lua: both md.render call sites now thread ctx.t through.
- strings.lua: add image_missing_fmt = "[image missing: %s]".
- icons.lua: deleted. The v0.2.0 status-glyph helper was replaced by
dep_glyph_* string keys in v0.3.0; grep confirmed no remaining refs. - manifest.module: bump 0.3.2 -> 0.3.3.
Downloads
- markdown.lua: M.render now accepts an optional