summaryrefslogtreecommitdiff
path: root/core/hooks/register_i18n.php
AgeCommit message (Collapse)Author
2009-01-29Consolidate all our hooks into one fileBharat Mediratta
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher
- And refactor printf to our string interpolation / pluralization syntax - Also, a slight change to the translations_incomings table, using binary(16) instead of char(32) as message key.