From 31b5b27ffdb893509a7bd06ed9b5606e5ba95b5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= Date: Wed, 28 Feb 2018 18:47:02 +0100 Subject: =?UTF-8?q?Add=20R=C3=A9my=20Coutable=20as=20a=20French=20proofrea?= =?UTF-8?q?der?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Coutable --- doc/development/i18n/externalization.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/development/i18n/externalization.md') diff --git a/doc/development/i18n/externalization.md b/doc/development/i18n/externalization.md index fb1de592a79..c0ce49eb40b 100644 --- a/doc/development/i18n/externalization.md +++ b/doc/development/i18n/externalization.md @@ -226,14 +226,14 @@ For instance, the following ```js {{ s__("mrWidget|Set by") }} - +{{ author.name }} {{ s__("mrWidget|to be merged automatically when the pipeline succeeds") }} ``` should be externalized as follows: ```js -{{ sprintf(s__("mrWidget|Set by %{author} to be merged automatically when the pipeline succeeds"), { author: '' }) }} +{{ sprintf(s__("mrWidget|Set by %{author} to be merged automatically when the pipeline succeeds"), { author: author.name }) }} ``` When in doubt, try to follow the best practices described in this [Mozilla -- cgit v1.2.1