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
Steven Volckaert 2017-05-09 21:49:28 +02:00 committed by Rick Anderson
parent 14a94acf1a
commit 194ad97f94
1 changed files with 1 additions and 1 deletions

View File

@ -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.