This patch adds .IsTranslated(), .IsTranslatedN() and related functions
to following objects:
- Po
- Mo
- locale
- gotext
and it creates helper interfaces in introspector.go.
This makes it possible to detect whether a string is translatable or not
during runtime.
Resolves#42