I add the following right in WEB-INF/param/rights.xml:
<right id="My_Right"> <label i18n="false">My right label</label> <description i18n="false">My description</description> <category i18n="false">My own category</category> </right>
But the i18n="false" indication on category is ignored:
It works fine for label and description.