37
Agenda-X uses PHP extension gettext for i18n if it is available, in this case your should have your agendax.po compiled to agendax.mo
with gettext utility msgfmt, ex unix cmd:
msgfmt -x agendax.mo agendax.po
If your PHP doesn't have gettext extension installed, Agenda-X uses its own gettext function, in this case only the agendax.po file is necessary.
Hope this helps
wjue