* Replaced luafilesystem with luaposix library
[project/luci.git] / src / ffluci / i18n.lua
index 1abe22fd79f395c6a1ff2fc74d12ec527f5b4cf4..c362d3e5f06d2458a7aac3388ae88df103f5d22b 100644 (file)
@@ -31,7 +31,7 @@ require("ffluci.util")
 require("ffluci.config")
 
 table   = {}
-i18ndir = ffluci.fs.dirname(ffluci.util.__file__()) .. "i18n/"
+i18ndir = ffluci.fs.dirname(ffluci.util.__file__()) .. "/i18n/"
 
 -- Clears the translation table
 function clear()