Hey,
I was wondering if fuelphp has any translation tools, like the $translate->_() function in zend framework. Looked around in the docs and didn't see anything, but maybe I'm missing something. Any suggestions would be great. Thanks!
I prefer using PHP gettext() directly - it works like charm.
FuelPHP Date class is supposed to be i18nized so you can use that, but for numbers I think there is no general solution in FuelPHP.