Results: 3Comments by: Chrius85
File: Prat 3.011-27-16
From what i've seen the problem is...
Posted By: Chrius85
From what i've seen the problem is happening either because the function AddLocales in Addon/locales.lua has changed, or everywhere else that calls this function. The function is called as: L:AddLocale("enUS", L = { and i think it should be: L:AddLocale("enUS", { Changing that seems to make it work, however this fu...
File: Prat 3.011-27-16
Update: /modules/substitution.lua a...
Posted By: Chrius85
Update: /modules/substitution.lua also has some problems. The "Current value" variable is set differently on all the languages and on debug. Changing it to the same way as debug makes it work, also after changing the AddLocale function in pretty much every file in /modules it now works.
File: Prat 3.011-27-16
From what i've seen the problem is...
Posted By: Chrius85
From what i've seen the problem is happening either because the function AddLocales in Addon/locales.lua has changed, or everywhere else that calls this function. The function is called as: L:AddLocale("enUS", L = { and i think it should be: L:AddLocale("enUS", { Changing that seems to make it work, however this fu...