docs(language-service): correction of the demonstration translation (#50359)

In this context the demonstrative determiner is too much.
https://francais.lingolia.com/en/grammar/pronouns/demonstrative-pronouns
PR Close #50359
This commit is contained in:
Dove 2023-05-18 20:05:39 +02:00 committed by Jessica Janiuk
parent 00b4924bad
commit 46128feec2

View file

@ -26,7 +26,7 @@ warning = $localize`${this.process} is not right`;
could be replaced with:
```ts
warning = "" + this.process + ", ce n'est pas bon.";
warning = "" + this.process + ", n'est pas bon.";
```
The result is that all references to `$localize` are removed, and there is **zero runtime cost** to rendering