Consti P

Results 4 comments of Consti P

I do not know what the intended output was, but an empty graph seems wrong to me. Either an error or a proper graph needs to be returned (i.e. two...

Alternatively it might be a good idea to prefix the languages. Ex.: `options_de_DE` becomes `options__bea_de_DE`. This way it can easily be matched by `__bea_.+` without risking wrong matches.

@MaximeCulea yes. The problem is I use the language `de_DE_formal` (but there would also be the same problem with many other languages, ex. af). Since your regex (the one you...

On an unrelated note, I would suggest using `$doc->loadHTML( ... )` instead of `loadXML` in `PhpOffice\PhpWord\Shared\Html` `addHtml`. HTML is more often than not not valid XHTML which only causes problems....