diff options
Diffstat (limited to 'server/locale/en-US/libs/lua/package.lni')
-rw-r--r-- | server/locale/en-US/libs/lua/package.lni | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/locale/en-US/libs/lua/package.lni b/server/locale/en-US/libs/lua/package.lni index 04a47011..b0a861a9 100644 --- a/server/locale/en-US/libs/lua/package.lni +++ b/server/locale/en-US/libs/lua/package.lni @@ -7,6 +7,9 @@ description = 'The path used by `require` to search for a C loader.' [loaded] description = 'A table used by `require` to control which modules are already loaded.' +[loaders] +description = 'A table used by `require` to control how to load modules.' + [loadlib] description = 'Dynamically links the host program with the C library `libname`.' |