Translations
|
15 posts
|
Some translations have been done (french, german, italian, spanish).but where are the download locations, as they dont seem to be included in the binary. please place them on the site for download. thx Florian, |
|
541 posts
|
everything is there : http://madebyfrogs.googlecode.com/svn/trunk/frog/app/backend/i18n/ |
|
2 posts
|
for information, I’ve replace lines : \frog\app\views\page\edit.php Line 49: <h1><?php if($action==‘add’) echo __(‘Add Page’); else echo __(‘Edit Page’); ?></h1> \frog\app\views\layout\edit.php Line 35: <h1><?php if($action==‘add’) echo __(‘Add Layout’); else echo __(‘Edit Layout’); ?></h1> \frog\app\views\snippet\edit.php (1 hits) Line 35: <h1><?php if($action==‘add’) echo __(‘Add Snippet’); else echo __(‘Edit Snippet’); ?></h1> So, titles have a translation. |