File Details
Tongues62922.zip
- R
- Jun 29, 2022
- 173.44 KB
- 7.6K
- 9.2.5
- Retail
File Name
Tongues62922.zip
Supported Versions
- 9.2.5
updated libs HOPEFULLY that fixes some issues (I was having trouble reproducing some things so if it dosen't fix it we will work on it)
Updated TOC
REMOVED a duplicate folder of the addon inside the addon. I have no idea how long its been there.
Added via Github by user Exocs
"
Unified the constant "<None>" under a local variable.
Added additional getters for both Dialect and Language settings.
This can be useful for external AddOns or for macros, see the following snippet:/run if Tongues:GetDialect() == nil then Tongues:SetDialect("Dwarvish");print(Tongues:GetDialect()); else Tongues:SetDialect(nil);print(Tongues:GetDialect()); end;
"
Get/SetDialect and Get/SetLanguage

