Merging pull request 'Add support for transliteration' by Vardex.
This commit adds the code changes in Details! that is required to make the new library work.
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
|
||||
local dversion = 153
|
||||
local dversion = 154
|
||||
local major, minor = "DetailsFramework-1.0", dversion
|
||||
local DF, oldminor = LibStub:NewLibrary (major, minor)
|
||||
|
||||
@@ -21,7 +21,7 @@ SMALL_NUMBER = 0.000001
|
||||
ALPHA_BLEND_AMOUNT = 0.8400251
|
||||
|
||||
DF.AuthorInfo = {
|
||||
Name = "Tercioo",
|
||||
Name = "Terciob",
|
||||
Discord = "https://discord.gg/AGSzAZX",
|
||||
}
|
||||
|
||||
|
||||
@@ -18,4 +18,5 @@
|
||||
<Include file="LibItemUpgradeInfo-1.0\LibItemUpgradeInfo-1.0.xml"/>
|
||||
<!-- <Include file="LibGroupInSpecT-1.1\lib.xml"/> temp disabled due to classic-->
|
||||
<Include file="DF\load.xml"/>
|
||||
<Include file="LibTranslit\LibTranslit-1.0.xml"/>
|
||||
</Ui>
|
||||
|
||||
Reference in New Issue
Block a user