When I forget to translate something, somewhere Project VIEW, I change the file /app/Locale/por/LC_MESSAGES/default.po and send it back to the server.
But, basically, this “new translation” takes, for example, CLOCK: I just send the file, clear the cache and CakePHP browser, press F5 and ... DO NOT SEE ANYTHING .
For what reason?
[EDIT]
<?php echo $this->Form->input('Item.0.description', array('label' => false, 'class' => 'span12', 'div' => array('class' => 'span7'), 'rows' => 3, 'placeholder' => __('Type the description'))); ?>
source share