Skip to content

Instantly share code, notes, and snippets.

View Rubgrsch's full-sized avatar

Rubgrsch Rubgrsch

  • Shanghai, China
View GitHub Profile
@Rubgrsch
Rubgrsch / LocaleKeysCleanUp.lua
Last active August 7, 2022 14:13
Find unused localeKeys in your WoW addon
-- LocaleKeysCleanUp.lua
-- Author: Rubgrsch
-- License: MIT
-- This code helps you find unused localeKeys in your WoW addon.
-- What may cause false positive
-- 1. keys in comments
-- 2. keys in several lines
-- 3. keys doesn't match any patterns, e.g. L[ThisIsVariable]