GSoC 2010 – week summary: June 7th – June 13th

My goal for this week was to implement a class for formatting date and / or time. I created a class DatesReader, which is, like NumbersReader and PluralsReader created before, kind of wrapper for particular tags of CLDR XML data, providing an API for using this data in FLOW3 framework.
DatesReader parses most data from dates [...]

GSoC 2010 – week summary: May 31st – June 6th

After implementing CLDR reader last week, I focused on various classes which would use data from Common Locale Data Repository.
I started with PluralsReader, a class which will be used in messages (labels) translation process. This class basically returns a form-name (a string, one of: zero, one, two, few, many, other) for a pair of locale [...]