Leo Zurbriggen

Results 3 issues of Leo Zurbriggen

First of all, thank you for your work! Does the conrodgain example currently run properly on any platform and DAW/host? I'm on Windows and tried running it in Bitwig (`Plugin...

the vue documentation recommends [declaring custom component properties in the `vue` module](https://vuejs.org/api/utility-types.html#componentcustomproperties), like this: ```ts declare module 'vue' { interface ComponentCustomProperties { $gettext: MyType } } ``` however the language...

plans for this next major release: - [x] remove deprecated functionality (translate-component and -directive, $gettextInterpolate) - [x] Implement new parser. allows parsing any language and is easier to customize -...