Development

Changeset 9690

You must first sign up to be able to contribute.

Changeset 9690

Show
Ignore:
Timestamp:
06/19/08 23:37:10 (5 years ago)
Author:
Leon.van.der.Ree
Message:

quote-except config now also accepts i18n strings (strings starting with "(" will be quote-excepted as well)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfExtjs2Plugin/trunk/config/config.php

    r9689 r9690  
    5757sfConfig::set('sf_extjs2_quote_except', 
    5858  array( 
    59     'value' => array('true', 'false', 'new Ext.', 'function', 'Ext.'), 
     59    'value' => array('true', 'false', 'new Ext.', 'function', 'Ext.', '__('), 
    6060    'key'   => array('renderer', 'store', 'defaults', 'plugins', 'cm', 'ds', 'view', 'tbar', 'bbar') 
    6161  )