rename data to const

This commit is contained in:
Insality
2019-09-25 20:54:50 +03:00
parent 711b28ede1
commit aaac514a3d
8 changed files with 27 additions and 27 deletions

View File

@@ -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,
}