Using Translate Bahavior on CakePHP 1.3 with no records in the i18n
table will get non of the content displayed, no matter that there is untranslated record in the main table.
I have found someone that has patched the translate behavior to get the data from the main table if no record in i18n
but the first one does not apply to CakePHP 1.3
and can't find the second one which site is offline:
http://codaset.com/robwilkerson/scratchpad/source/master/blob/cakephp/behaviors/translatable.php
How to get the record from main table as fallback if no i18n
record is found?