mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Refactoring: step 1
druid.lua: - `factory` replaced with `self` - set new name for metatable - replaced `ipairs` with `for `i loop data.lua: - renamed custom messages
This commit is contained in:
@@ -4,7 +4,7 @@ local helper = require("druid.helper")
|
||||
|
||||
local M = {}
|
||||
M.interest = {
|
||||
data.TRANSLATABLE,
|
||||
data.ON_CHANGE_LANGUAGE,
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user