mirror of
https://github.com/Insality/druid
synced 2025-06-27 10:27:48 +02:00
Default style as druid default style (ha-ha)
This commit is contained in:
parent
21d61a60e0
commit
278a61b99d
@ -2,9 +2,11 @@
|
||||
-- @module settings
|
||||
-- @local
|
||||
|
||||
local default_style = require("druid.styles.default.style")
|
||||
|
||||
local M = {}
|
||||
|
||||
M.default_style = nil
|
||||
M.default_style = default_style
|
||||
|
||||
function M.get_text(name)
|
||||
return "[Druid]: locales not inited"
|
||||
|
Loading…
x
Reference in New Issue
Block a user