Commit Graph
6 Commits
Author SHA1 Message Date
Andy Staudacherand 2d54edc50e Fix format of source message in l10n client (adding a newline between plural forms)
Signed-off-by:  <unostar@danalan.info>
2009-06-20 09:40:57 +08:00
Andy Staudacherand cbeee943b1 Beautify "Show All" link, and only show when it's not already showing all strings
Signed-off-by:  <unostar@danalan.info>
2009-06-17 13:51:32 +08:00
Andy Staudacherand 022d12cb86 Add option to list *all* l10n messages (that have been indexed) in l10n UI
TODO: The "Show All" link is almost invisible (link color ~= background)

Signed-off-by:  <unostar@danalan.info>
2009-06-17 13:51:31 +08:00
Bharat Mediratta 4302406c96 Fix formatting in l10n client source box so that it wraps. Otherwise
long strings show up only on one line.
2009-06-06 12:19:26 -07:00
Andy Staudacher 1cfed1fac1 Extend L10n client to provide UI for plural translation.
Ticket 148.
2009-06-02 00:43:04 -07:00
Bharat Mediratta 28b41056e3 Restructure things so that the application is now just another module.
Kohana makes this type of transition fairly straightforward in that
all controllers/helpers/etc are still located in the cascading
filesystem without any extra effort, except that I've temporarily
added a hack to force modules/gallery into the module path.

Rename what's left of "core" to be "application" so that it conforms
more closely to the Kohana standard (basically, just
application/config/config.php which is the minimal thing that you need
in the application directory)

There's still considerable work left to be done here.
2009-05-27 15:07:27 -07:00