Halo Esports Wiki
Advertisement

To edit the documentation or categories for this module, click here.

This is an i18n module. Feel free to add translations! Please keep English first in the list, and the rest of the languages should be listed alphabetically by language code.


return {
	["en"] = {
		TeamDisplay = 'Team',
		DateJoinDisplay = 'Start',
		DateLeaveDisplay = 'End',
		present = 'Present',
		StatusDisplay = 'Notes',
		DurationDisplay = '<div class="pth-duration-heading"></div>',
		KeyJoin = 'Key Join',
		KeyLeave = 'Key Leave',
		PreloadJoin = 'J',
		PreloadLeave = 'L',
		changeIndex = 'i',
		log = 'log',
	},
	["de"] = {
		TeamDisplay = 'Team',
		DateJoin = 'Ende',
		DateLeave = 'Beginn',
	}
}
Advertisement