Leo Zurbriggen
Leo Zurbriggen
I just implemented a new extraction parser that should be a bit more robust. Nobody has really used it yet, but it seems to parse your failing example correctly. Make...
Hi @BusterNeece, we provide types for the functions etc. [here](https://github.com/jshmrtn/vue3-gettext/blob/master/src/typeDefs.ts#L94), these should be picked up by the IDE (VSCode Vue Language Features/Volar does this, Vetur should only be used for...
> I wonder if it would be OK to just update the type declarations in this repo to use `declare module @vue/runtime-core` instead of `declare module vue`, and then open...
@BusterNeece > That isn't the namespace I use for my translations the namespace and .po-file names don't have to match, do they? also check out `flat: true` in the output...
Does the same message string work using `{{ $gettext("myMessage") }}`? `` is deprecated and will be removed soon.
@TripleM-AoC thanks for the additional info. we're planning to finally do the bigger update we wanted to do a long time ago (https://github.com/jshmrtn/vue3-gettext/pull/41) in the coming weeks and will try...
I implemented a new extraction parser and tested it with `{{ $gettext("Use 8 or more characters with a mix of letters, numbers & symbols.") }}`, it seems to parse correctly....