index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
libraries
/
I18n.php
Age
Commit message (
Expand
)
Author
2009-02-23
Changing from binary(16) to char(32) as translation message key.
Andy Staudacher
2009-02-12
Change i18n message key to include the plural form (to ensure that it's truly...
Andy Staudacher
2009-02-10
style fixes (style for method names, style for vars in locale.php)
Andy Staudacher
2009-02-10
Adding UI for site language selection and user language preference.
Andy Staudacher
2009-02-10
Remove extra blank lines
Bharat Mediratta
2009-02-10
Move site default_locale into DB (vars) and add a per user locale preference.
Andy Staudacher
2009-02-09
Add local localization functionality. Local = no means to upload / download t...
Andy Staudacher
2009-02-09
Adding translation UI. Not backed by any model yet (submissions are ignored).
Andy Staudacher
2009-02-02
Do 1 DB query for l10n per HTTP request (per locale), not one per t() call.
Andy Staudacher
2009-01-15
Changing t() placeholder syntax from {{replace_me}} to %replace_me.
Andy Staudacher
2009-01-15
Simplifying the way t() is called. Refactoring localization function t($messa...
Andy Staudacher
2009-01-13
Reverse the last change; forgot that {$key} is treated specially
Bharat Mediratta
2009-01-13
Use variable interpolation to reduce code size
Bharat Mediratta
2009-01-13
Models should be named in adjective_noun form to make pluralizatoin
Bharat Mediratta
2009-01-08
i18n refactoring: Rename all _() (reserved by gettext) calls to t().
Andy Staudacher
2009-01-08
First step of i18n refactoring:
Andy Staudacher
2008-11-26
Initial commit of the translation class, I18n_Core and some tests.
Andy Staudacher