Merge pull request #54 from AckslD/switch-language-on-setup

feat(init) switch language on setup
This commit is contained in:
Daniel Mathiot
2022-01-30 15:08:44 +01:00
committed by GitHub

View File

@@ -58,6 +58,9 @@ neogen.setup = function(opts)
-- Export module -- Export module
_G.neogen = neogen _G.neogen = neogen
-- Force configuring current language again when doing `setup` call.
helpers.switch_language()
end end
--- Neogen Usage --- Neogen Usage