A local administrator from uz-WP asked me to enable categorisation for the {{#babel}} magic word. (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 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%';