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
/
tests
/
I18n_Test.php
Age
Commit message (
Expand
)
Author
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-03-18
Fix for ticket 142: Choose plural form "other" for count == 0 (unless the loc...
Andy Staudacher
2009-02-24
Fix i18n create table sql (forgot to change core_install.php)
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-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-08
Use the ORM method delete_all to remove selected records from the
Tim Almdal
2009-01-15
Changing t() placeholder syntax from {{replace_me}} to %replace_me.
Andy Staudacher
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