mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
rename data to const
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
-- Good working with localization system
|
||||
-- @module base.text
|
||||
|
||||
local data = require("druid.data")
|
||||
local const = require("druid.const")
|
||||
local settings = require("druid.settings")
|
||||
local helper = require("druid.helper")
|
||||
|
||||
local M = {}
|
||||
M.interest = {
|
||||
data.ON_CHANGE_LANGUAGE,
|
||||
const.ON_CHANGE_LANGUAGE,
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user