CHECKS['end_question']=(_('Trailing question'),check_end_question,_('Source and translated do not both end with a question mark or it is not correctly spaced'))
CHECKS['end_exclamation']=(_('Trailing exclamation'),check_end_exclamation,_('Source and translated do not both end with an exclamation mark or it is not correctly spaced'))
classEndExclamationCheck(Check):
'''
Check for final exclamation mark
'''
check_id='end_exclamation'
name=_('Trailing exclamation')
description=_('Source and translated do not both end with an exclamation mark or it is not correctly spaced')