
10 May
2011
10 May
'11
10:17 a.m.
Hello, I just tested the I18n support in Yesod, looks very promising! Altough I noticed a small annoyance: There's often the case that you want to provide translations for the names of your models, i.e. Books. You will have a model named Book. When you then try to create a translation "Book" you get an ambiguous occurrence error. I'm sure it is possible to solve it by using namespaces but I'm just starting haskell so I'm not sure how to implement it, also I think the framework should handle this case. Sven