This module extends rules by adding an action which allows any new node created in a group (or workflow change) to send notices to specific roles of that group.
In summary, Nodewords works wonderfully for nodes in a multilingual setting because each translation of content is a node and has it's own meta information. The problem is that for pages like the homepage, 403 and 404 pages, nodewords only provides one default set of meta information fields. So if you were to set the meta information in English, viewing your non-node based homepage in Spanish would still generate the english meta information.
This module duplicates the fields for languages enabled on your site. It saves that information in a separate DB table called nodewords_translate, and when viewing a translated non-node based page, it will substitute your translated meta information.
Requirements
Branch 6.x-1.x gives support for Nodewords 6.x-1.11
Branch 6.x-2.x gives support for Nodewords 6.x-1.13 Further development
Thanks to jyee granted me, plopesc, as comaintainer. Now I'm working on the following developments: