Index: branches/unlabeled/unlabeled-1.12.14/kernel/units/categories/categories_config.php =================================================================== diff -u -N -r3788 -r4102 --- branches/unlabeled/unlabeled-1.12.14/kernel/units/categories/categories_config.php (.../categories_config.php) (revision 3788) +++ branches/unlabeled/unlabeled-1.12.14/kernel/units/categories/categories_config.php (.../categories_config.php) (revision 4102) @@ -61,7 +61,7 @@ 'CategoryId' => Array('type' => 'int','not_null' => '1','default' => ''), 'Type' => Array('type' => 'int','not_null' => '1','default' => '0'), 'ParentId' => Array('type' => 'int','not_null' => '1','default' => '0'), - 'Name' => Array('type' => 'string','not_null' => '1','default' => ''), + 'Name' => Array('type' => 'string', 'formatter' => 'kMultiLanguage', 'not_null' => '1','default' => ''), 'Filename' => Array('type' => 'string','not_null' => '1','default' => ''), 'AutomaticFilename' => Array('type' => 'int','not_null' => '1','default' => '0'), 'Description' => Array('type' => 'string','not_null' => '1','default' => ''),