You assigned your project to the category "Other" in .info file. On localized Drupal sites, this creates a new entry in already long module list called "Other" without any localization, aside from localized version. If you wanted to target the category "Other", it would be better to not put a category in your .info file at all, this way the module gets automatically assigned to the category "Other" with international translation.

Comments

mdupont’s picture

Assigned: Unassigned » mdupont

You're right, but I'd rather assign it to a meaningful category. I'll fix it.

mdupont’s picture

Status: Active » Closed (fixed)

Commited to all branches. Thanks for having pointed that.