Webtools:Mozparty/L10n: Difference between revisions

Jump to navigation Jump to search
m
(New page: = Localization = Starting with CakePHP 1.2 localization functions are included the library. GNU gettext is not required nor are any of the gettext tools. == Static Strings == If you're al...)
 
Line 76: Line 76:
<pre>
<pre>
class Pie extends AppModel {
class Pie extends AppModel {
   var $actsAs = array('Translation' => array('flavor', 'description'));
   var $actsAs = array('Translate' => array('flavor', 'description'));
}
}
</pre>
</pre>
190

edits

Navigation menu