# File lib/fast_gettext/translation.rb, line 47
    def s_(key,separator=nil)
      translation = FastGettext.cached_find(key) and return translation
      key.split(separator||NAMESPACE_SEPARATOR).last
    end