forked from gergely/calendar-social
		
	Add Polish as a supported language
This commit is contained in:
		| @@ -38,7 +38,7 @@ def get_locale(): | ||||
|     Selects the best locale based on values sent by the browser. | ||||
|     """ | ||||
|  | ||||
|     supported_languages = ['en', 'hu'] | ||||
|     supported_languages = ['en', 'hu', 'pl'] | ||||
|  | ||||
|     if 'l' in request.args and request.args['l'].lower() in supported_languages: | ||||
|         return request.args['l'].lower() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user