There are two nice small plug-ins for Grails that make your webapp a little prettier: Pretty Size and Pretty Time. The first one, Pretty Size, does this:

generates outputs like:

"one kilobyte", "2 megabytes", or "3 GB"

The second one, Pretty Time, does this:

generates timestamps like:

"right now", "2 days ago", or "3 months from now"

For i18n, check the „message.properties“ file from the plugin directory.

Thanks to the creative developers in the Grails community! Have fun!