Updating line 78: Correcting French punctuation. (#3331)
In French, a space is required both before and after all two- (or more) part punctuation marks and symbols, including the exclamation mark "!". See https://www.thoughtco.com/how-to-use-french-punctuation-4086509 for more information.pull/3239/merge
parent
14a94acf1a
commit
194ad97f94
|
@ -75,7 +75,7 @@ A French resource file could contain the following:
|
|||
|
||||
| Key | Value |
|
||||
| ----- | ------ |
|
||||
| `<i>Hello</i> <b>{0}!</b>` | `<i>Bonjour</i> <b>{0}!</b>` |
|
||||
| `<i>Hello</i> <b>{0}!</b>` | `<i>Bonjour</i> <b>{0} !</b> ` |
|
||||
|
||||
The rendered view would contain the HTML markup from the resource file.
|
||||
|
||||
|
|
Loading…
Reference in New Issue