BoltTranslate / labels

Bolt Labels extension - Translatable labels for Bolt
https://bolt.cm/
18 stars 12 forks source link

Use of labels in custom extension #53

Open MarienTimOnline opened 6 years ago

MarienTimOnline commented 6 years ago

Hi there,

How could I use a translation inside a custom extension (bolt 2.2, so older install) ? In twig I can use {{ l('something') }} but I need it in my php-code.

Simply trying the l('something') method in php results in

Error: Call to undefined function Bolt\Extension\TimOnline\Contact\l()

Hope you can help.

xiaohutai commented 6 years ago

See also #46