mgI18nPlugin
mgI18nPlugin copied to clipboard
Add a popup to translate any i18n messages used by a symfony project
Hello, I found a bug about "global_application" feature : - basemgI18nAdminActions.class.php on line 181 use current application instead of global_application : $catalogue = $this->getContext()->getConfiguration()->getApplication().'.'.$original_catalogue; - sfMessageSource_mgMySQL.class.php::getApplicationName() allow to retrieve the...
'trans_unit' and 'catalogue' tables names can now be configured in app.yml, this way the plugin can cope with alternative projects guidelines. Backward compatibility was preserved. Changes were not heavily tested...
After installing your plugin, my project is unable to load the app.yml and settings.yml files. I use symfony 1.4 and have installed kdDoctrineGuardFacebookConnectPlugin, sfJqueryReloadedPlugin, sfFormExtraPlugin, sfDoctrineGuardPlugin and sfDoctrineApplyPlugin
Hi! There is a bug in _displayTranslationBox.php template that prevents Stocked (database) tab from pulling the data. Just add rel="database" tag to div with id="mg-i18n-panel-database" (near line 64) and it...
Hi when you try with the '*' it fails because it is not a file... i added the following in mgI18nimportTask class: protected function handleSource($message_source, $application, $source) { ``` $culture...
sfDynamics 0.96 with latest mgi17nplugin. Tried to load tiny_mce with url frontend_dev.php/dynamics/tinyMce.js got Fatal error: Call to undefined function get_component() in /Applications/MAMP/htdocs/klikacze/plugins/mgI18nPlugin/lib/mgI18nFilter.class.php on line 44 solved by: if (false !==...