summaryrefslogtreecommitdiff
path: root/core/tests/I18n_Test.php
AgeCommit message (Expand)Author
2009-05-27Restructure things so that the application is now just another module.Bharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-03-18Fix for ticket 142: Choose plural form "other" for count == 0 (unless the loc...Andy Staudacher
2009-02-24Fix i18n create table sql (forgot to change core_install.php)Andy Staudacher
2009-02-12Change i18n message key to include the plural form (to ensure that it's truly...Andy Staudacher
2009-02-10style fixes (style for method names, style for vars in locale.php)Andy Staudacher
2009-02-09Add local localization functionality. Local = no means to upload / download t...Andy Staudacher
2009-02-09Adding translation UI. Not backed by any model yet (submissions are ignored).Andy Staudacher
2009-02-08Use the ORM method delete_all to remove selected records from theTim Almdal
2009-01-15Changing t() placeholder syntax from {{replace_me}} to %replace_me.Andy Staudacher
2009-01-13Models should be named in adjective_noun form to make pluralizatoinBharat Mediratta
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher
2009-01-08First step of i18n refactoring:Andy Staudacher
2008-11-26Initial commit of the translation class, I18n_Core and some tests.Andy Staudacher