﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
1079	Activity.content is not fully translatable	Jessica Tallon		"Currently the ""object"" in the Activity.content is not translatable because it uses `Activity.generate_content` uses `model.object_type` which is purposefully forced to English as it's used in the API. 

This could be fixed by doing:
{{{
{
    ""image"": _(""an image""),
    ""comment"": _(""a comment""),
    etc...
}
}}}

This would allow it be translatable and get the correct article in English which is currently missing."	defect	closed	major	0.8.0	programming	fixed	translations, activities, api		
