Glossary loader

It loads given rows to the spy_glossary_key table and the spy_glossary_translation table.

Usage:

<glossary
     keyField="key"
     translationField="translation"
     localeIdField="localeId"
/>

Attributes:

  • keyField - name of the field containing the key

  • translationField - name of the field containing the value for translation table

  • localeIdField - name of the field containing the fk_locale for translation table