In order to make this work, the localization data is extended:
<internationalization>
<localization language="ca">
<gentext key="Appendix" text="Apèndix"/>
<gentext key="Chapter" text="Capítol"/>
...
<context name="title">
<template name="appendix"><Appendix/> %n. %t</template>
<template name="chapter"><Chapter/> %n. %t</template>
...