- 🇨🇦Canada joseph.olstad
To fix this would have to check module_exists for entity_translation and module_exists for the tid approach to translation and then check to see which version of translation is being used by the node then load the translated node through tid if it's the tid approach or load the entity translation by the current interface language if it's the entity_translation approach just prior to the "['content']['help'] code in
function formblock_get_block($type)
this way you'd not have to use the t function at all.