Merge pull request #3123 from fantasticfears/excerpt-translation

allow to translate image's exceprt
This commit is contained in:
Régis Hanol 2015-01-23 10:59:02 +01:00
commit c2da725f75
2 changed files with 3 additions and 1 deletions

View File

@ -138,6 +138,8 @@ en:
hot: "Hot topics"
too_late_to_edit: "That post was created too long ago. It can no longer be edited or deleted."
excerpt_image: "image"
groups:
errors:
can_not_modify_automatic: "You can not modify an automatic group"

View File

@ -56,7 +56,7 @@ class ExcerptParser < Nokogiri::XML::SAX::Document
elsif attributes["title"]
characters("[#{attributes["title"]}]")
else
characters("[image]")
characters("[#{I18n.t 'excerpt_image'}]")
end
characters("(#{attributes['src']})") if @markdown_images