Index: branches/5.0.x/core/units/phrases/phrases_config.php =================================================================== diff -u -N -r13270 -r13591 --- branches/5.0.x/core/units/phrases/phrases_config.php (.../phrases_config.php) (revision 13270) +++ branches/5.0.x/core/units/phrases/phrases_config.php (.../phrases_config.php) (revision 13591) @@ -1,6 +1,6 @@ Array ( 'Phrase' => Array ( 'type' => 'string', - 'required' => 1, 'unique' => Array ('LanguageId'), - 'not_null' => 1, 'default' => '', + 'formatter' => 'kFormatter', 'regexp' => '/^(la|lu)_[A-Z\d:_\-\.]+$/i', 'unique' => Array ('LanguageId'), + 'not_null' => 1, 'required' => 1, 'default' => '', ), 'PhraseKey' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), 'Translation' => Array ('type' => 'string', 'formatter' => 'kFormatter', 'required' => 1, 'using_fck' => 1, 'default' => NULL),