Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Translations and Localizations
  • I'm a spanish-speaker developer interested in contribute translating core messages, classes and views results of the scaffolding process, etc.

    the Lang Class seems to provide a translation tool for the content, but not for the framework itself.

    I already implement an enxtend of inflector class to singularize and pluralize words in my language, but I'm lost in the rest of work.

    How can I accomplish my goal in a correct "FuelPHP" way?

    thanks in advance!
  • At the moment internal strings are hardcoded. Problem is that in most cases, they are error messages or exceptions, and when those happen, you don't want to be dependent on half the framework to be able to display them.

    We're thinking about how to fix this for 2.0, so if you have idea's on how to implement it with a few dependencies as possible, let us know. All idea's are welcome.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion