Hi,
1- When I use a localization file (.mo) there are no more preview boxes in Post Teaser Settings.
2- In line 48 I suggest a modification to put the '.mo' file in the folder '/wp-content/plugins/post-teaser/' instead of in the folder '/wp-content/plugins/':
replace:
load_plugin_textdomain('post-teaser');
by
load_plugin_textdomain('post-teaser', false, 'post-teaser');
Regards