Hi ! The plugin works like a charm ! But I can't use class constants in the translations files, for example : ``` 'status' => [ MyClass::STATUS_WAITING => 'Lorem Ipsum', MyClass::STATUS_DONE => 'Dolor sit amet', ..., ] ``` I get the following error : ``` Module build failed: Error: Unexpected PHP key: "staticlookup ```