Re: Missing slugs?
Just checked some BP core files and I think those strings are still hard-coded.
Example
bp-themes/bp-default/groups/index.php (line #33)
<a href="<?php echo bp_loggedin_user_domain() . BP_GROUPS_SLUG . '/my-groups/'
Is there a way to add these slugs? Otherwise those links will remain in en-EN language regardless of language used on WP installation.