# File lib/gettext/po_entry.rb, line 207 def translated? return false if fuzzy? return false if @msgstr.nil? or @msgstr.empty? true end