Module:TypesLib/config

From The Remnant 2 Wiki
Jump to navigation Jump to search

Documentation for this module may be created at Module:TypesLib/config/doc

local cfg = {}

cfg.i18n = {}

cfg.i18n.false_values = {
	'',
	'false',
	'no',
	'0',
}

cfg.i18n.err = {
	invalid_boolean = 'Invalid boolean value: %s'
}

return cfg