SotA: use SotA textdomain in Lua part too

This commit is contained in:
Severin Glöckner 2019-08-03 07:11:34 +02:00
parent d15e348f16
commit 6e7eebfd23

View file

@ -1,3 +1,5 @@
local _ = wesnoth.textdomain 'wesnoth-sota'
-- After preshow, this variable will hold the unit_types being shown in the listbox.
local listedZombies = {}
-- These two variables will be passed back to the WML engine.