Closed (won't fix)
Project:
Notifications
Version:
6.x-2.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Dec 2009 at 19:34 UTC
Updated:
17 May 2010 at 23:08 UTC
Jump to comment: Most recent file
Comments
Comment #1
boobaaPatch updated: the block of notifications_content.module needs another go: it used the already-mentioned
notifications_tt(), which I considered to be wrong (see the arguments above), thus replaced tott().Comment #2
jose reyero commentedI don't understand why we cannot use notifications_tt..?
Comment #3
boobaaIf we are checking the availability of i18nstrings.module, we cannot be sure that the content type names gets translated (eg. even the "nodetype" textgroup may be unavailable). If we are checking i18content.module instead, the "nodetype" textgroup does exist, so we may have a better chance that the proper translations are available. Anyway, I don't know how a textgroup gets deleted - so if one enabled i18ncontent.module, translated the content type names (and descriptions), and disabled i18ncontent.module (but left i18nstrings.module enabled), the proper translations may remain available, which means it's quite enough to check the availability of
tt()(ie. i18nstrings.module). On the other hand I cannot see a way to translate the content type names (and descriptions) besides using i18ncontent.module (by the means of the UI).Correct me if I totally misunderstood something - I'm quite new to this area. If I'm convinced about the opposite (ie. that blindly using
notifications_tt()is the way to go), I'll gladly reroll the patch.Comment #4
boobaaAm I right that the functionality of the above patch has been already committed (and part of 2.2), at least partially? If yes, what happened to the second hunk? I don't quite seem to find how node type names and descriptions get translated. :S
Comment #5
jose reyero commentedWith Notifications 2.x you may see then translated through the UI. But the message composition and sending is not really multilingual.
This will be supported for 4.x, not for 2.x