---@diagnostic disable: missing-return, lowercase-global ---@meta ---@param table number ---@param female boolean ---Fills a table with localized class names keyed by non-localized class tokens. Note that while localized class names have no gender in English, other locales have different names for each gender. function FillLocalizedClassList(table, female) end