RPC initial authentication API completed
[oweals/luci.git] / libs / web / luasrc / i18n.lua
index 5f0ee8a0110de4c412ff168637ad00afd1db6dfa..84a869539715096a55007bf9e90ee0ebab1c8090 100644 (file)
@@ -26,10 +26,10 @@ limitations under the License.
 
 --- LuCI translation library.
 module("luci.i18n", package.seeall)
-require("luci.sys")
+require("luci.util")
 
 table   = {}
-i18ndir = luci.sys.libpath() .. "/i18n/"
+i18ndir = luci.util.libpath() .. "/i18n/"
 loaded  = {}
 context = luci.util.threadlocal()
 default = "en"