feat(init) switch language on setup

This commit is contained in:
Axel Dahlberg
2022-01-30 14:32:25 +01:00
parent f1d8f426fd
commit b3b963999f

View File

@@ -58,6 +58,8 @@ neogen.setup = function(opts)
-- Export module
_G.neogen = neogen
helpers.switch_language()
end
--- Neogen Usage