Leaguepedia | League of Legends Esports Wiki
Advertisement

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

return {

	['en'] = "english",
	['usuk'] = "english",
	['english'] = { long = 'English', short = 'en', hex = '#0041d1' },
	
	['es'] = "spanish",
	['spa'] = "spanish",
	['spanish'] = { long = 'Spanish', native = 'Español', short = 'es', hex = '#70cf13' },
	
    ['sua'] = "spanish (mexico)",
	['es-riotlat'] = "spanish (mexico)",
	['es-mx'] = "spanish (mexico)",
    ['mx'] = "spanish (mexico)",
	['spanish (mexico)'] = { long = "Spanish (Mexico)", native = 'Español (México)' , short = 'es-MX', hex = '#70cf13' },

    ['es-es'] = "spanish (spain)",
    ['spanish (spain)'] = { long = "Spanish (Spain)", native = 'Español (España)' , short = 'es-ES', hex = '#70cf13' },

    ['es-co'] = "spanish (colombia)",
    ['spanish (colombia)'] = { long = "Spanish (Colombia)", native = 'Español (Colombia)' , short = 'es-CO', hex = '#70cf13' },

    ['es-cl'] = "spanish (chile)",
    ['spanish (chile)'] = { long = "Spanish (Chile)", native = 'Español (Chile)' , short = 'es-CL', hex = '#70cf13' },
	
	['fr'] = "french",
	['french'] = { long = 'French', native = 'français', short = 'fr', hex = '#70cf13' },
	
	['zh'] = 'chinese',
    ['cn'] = 'chinese',
	['chinese'] = { long = 'Chinese', native = '汉语', short = 'zh', hex = '' },

    ['pl'] = 'polish',
    ['polish'] = { long = 'Polish', native = 'język polski', short = 'pl', hex = '' },

    ['hu'] = 'hungarian',
    ['hungarian'] = { long = 'Hungarian', native = 'magyar', short = 'hu', hex = '' },

    ['cz'] = 'czech',
    ['czech'] = { long = 'Czech', native = 'čeština', short = 'cz', hex = '' },

    ['kr'] = 'korean',
    ['korean'] = { long = 'Korean', native = '한국어', short = 'kr', hex = '' },

    ['pt'] = 'portuguese',
    ['portuguese'] = { long = 'Portuguese', native = 'Português', short = 'pt', hex = '' },

    ['br'] = 'portuguese (brazil)',
    ['pt-br'] = 'portuguese (brazil)',
    ['portuguese (brazil)'] = { long = 'Portuguese (Brazil)', native = 'Português (Brasil)', short = 'pt-BR', hex = '' },

    ['pt-pt'] = 'portuguese (portugal)',
    ['portuguese (portugal)'] = { long = 'Portuguese (Portugal)', native = 'Português (Portugal)', short = 'pt-PT', hex = '' },

    ['ru'] = 'russian',
    ['ru-ru'] = 'russian',
    ['russian'] = { long = 'Russian', native = 'русский', short = 'ru', hex = '' },

    ['jp'] = 'japanese',
    ['ja'] = 'japanese',
    ['japanese'] = { long = 'Japanese', native = '日本語', short = 'ja', hex = '' },
	
	DEFAULT = {long = "Unrecognized Language", short = "???", hex = "8A24CA" },
}
Advertisement