Added tranliterate into the icon tooltip
This commit is contained in:
+2
-1
@@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
local dversion = 537
|
||||
local dversion = 538
|
||||
local major, minor = "DetailsFramework-1.0", dversion
|
||||
local DF, oldminor = LibStub:NewLibrary(major, minor)
|
||||
|
||||
@@ -2865,6 +2865,7 @@ end
|
||||
--DF.font_templates ["OPTIONS_FONT_TEMPLATE"] = {color = "yellow", size = 12, font = "Accidental Presidency"}
|
||||
DF.font_templates["ORANGE_FONT_TEMPLATE"] = {color = "orange", size = 10, font = DF:GetBestFontForLanguage()}
|
||||
DF.font_templates["OPTIONS_FONT_TEMPLATE"] = {color = "yellow", size = 9.6, font = DF:GetBestFontForLanguage()}
|
||||
DF.font_templates["SMALL_SILVER"] = {color = "silver", size = 9, font = DF:GetBestFontForLanguage()}
|
||||
|
||||
--dropdowns
|
||||
DF.dropdown_templates = DF.dropdown_templates or {}
|
||||
|
||||
Reference in New Issue
Block a user