Skip to content
Snippets Groups Projects
Commit 3de4f4f1 authored by pabois's avatar pabois
Browse files

comment

parent 5eb23eb0
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ module WithTranslations
# Handle featured image if object has one
translate_attachment(translation, :featured_image) if respond_to?(:featured_image) && featured_image.attached?
translation.save
# Handle headings blocks if object has any
# Handle headings & blocks if object has any
translate_contents!(translation) if respond_to?(:contents)
translate_additional_data!(translation)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment