aboutsummaryrefslogtreecommitdiff
path: root/core/locale.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/locale.lua')
-rw-r--r--core/locale.lua8
1 files changed, 1 insertions, 7 deletions
diff --git a/core/locale.lua b/core/locale.lua
index 5448cdc4..a89685ed 100644
--- a/core/locale.lua
+++ b/core/locale.lua
@@ -8,7 +8,7 @@ local M = {}
module('_L')]]
-- Markdown:
--- # Settings
+-- ## Settings
--
-- * `_NIL` [string]
-- String returned when no localization for a given message exists.
@@ -26,10 +26,4 @@ for line in f:lines() do
end
f:close()
----
--- This table contains no functions.
--- @class function
--- @name no_functions
-local no_functions
-
return setmetatable(M, { __index = function() return M._NIL end })