StaticBuilder - Kirby as a static site generator

It seems like language strings get stripped:

<a href="http://example.com"><?php echo l::get('education-home'); ?></a>

Becomes

<a href="http://example.com"></a>

Any ideas?