From 46128feec22e485e8032a68ff7d8478cdbeb9141 Mon Sep 17 00:00:00 2001 From: Dove <33008055+dovepa@users.noreply.github.com> Date: Thu, 18 May 2023 20:05:39 +0200 Subject: [PATCH] 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 --- packages/localize/PACKAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/localize/PACKAGE.md b/packages/localize/PACKAGE.md index a08e9ec1212..60d71170458 100644 --- a/packages/localize/PACKAGE.md +++ b/packages/localize/PACKAGE.md @@ -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