mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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:
parent
00b4924bad
commit
46128feec2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue