summaryrefslogtreecommitdiff
path: root/core/libraries/I18n.php
AgeCommit message (Expand)Author
2009-03-18Fix for ticket 142: Choose plural form "other" for count == 0 (unless the loc...Andy Staudacher
2009-03-18Fix for ticket #142. Valiant: u might want to check the implicationsTim Almdal
2009-02-23Changing from binary(16) to char(32) as translation message key.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-10Adding UI for site language selection and user language preference.Andy Staudacher
2009-02-10Remove extra blank linesBharat Mediratta
2009-02-10Move site default_locale into DB (vars) and add a per user locale preference.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-02Do 1 DB query for l10n per HTTP request (per locale), not one per t() call.Andy Staudacher
2009-01-15Changing t() placeholder syntax from {{replace_me}} to %replace_me.Andy Staudacher
2009-01-15Simplifying the way t() is called. Refactoring localization function t($messa...Andy Staudacher
2009-01-13Reverse the last change; forgot that {$key} is treated speciallyBharat Mediratta
2009-01-13Use variable interpolation to reduce code sizeBharat Mediratta
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