A local administrator from uz-WP asked me to enable categorisation for the {{#babel}} magic word. ([[ https://meta.wikimedia.org/w/index.php?title=User_talk:Kaganer&diff=15502840&oldid=15501970 | see link ]])
The categories for native speakers should be "Turkum:User CODE" and "Turkum:User CODE-N".
The categories for non-native speakers should be "Turkum:User CODE" and "Turkum:User CODE-0/1/2/3/4/5".
//Local discussion with consensus for this way - see [[ https://uz.wikipedia.org/w/index.php?title=Vikipediya:Forum/Texnik_savollar&oldid=1923284#.7B.7B.23Babel.7Cuz-N.7D.7Dda_avtomatik_turkumlashni_kiritish | link ]]//
Thanks in advance!
PS: Proposed configuration should be equal to this default code:
```
$wgBabelCategoryNames = array(
'0' => 'User %code%-0',
'1' => 'User %code%-1',
'2' => 'User %code%-2',
'3' => 'User %code%-3',
'4' => 'User %code%-4',
'5' => 'User %code%-5',
'N' => 'User %code%-N',
);
$wgBabelMainCategory = 'User %code%';
```