diff options
author | Rémy Coutable <remy@rymai.me> | 2018-02-28 18:47:02 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-02-28 19:08:20 +0100 |
commit | 31b5b27ffdb893509a7bd06ed9b5606e5ba95b5a (patch) | |
tree | 6cf42c8f227e9ba4b7642f186569f6fdb8054949 /doc/development | |
parent | df029d4f7382dd8340c7a560ab32dc289859cc30 (diff) | |
download | gitlab-ce-31b5b27ffdb893509a7bd06ed9b5606e5ba95b5a.tar.gz |
Add Rémy Coutable as a French proofreader43294-improve-externalization-documentation
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/development')
-rw-r--r-- | doc/development/i18n/externalization.md | 4 | ||||
-rw-r--r-- | doc/development/i18n/proofreader.md | 1 |
2 files changed, 3 insertions, 2 deletions
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") }} -<mr-widget-author :author="mr.setToMWPSBy" /> +{{ 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: '<mr-widget-author :author="mr.setToMWPSBy" />' }) }} +{{ 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 diff --git a/doc/development/i18n/proofreader.md b/doc/development/i18n/proofreader.md index ece9a9bc0fe..9aa3fb07abf 100644 --- a/doc/development/i18n/proofreader.md +++ b/doc/development/i18n/proofreader.md @@ -15,6 +15,7 @@ are very appreciative of the work done by translators and proofreaders! - Dutch - Esperanto - French + - Rémy Coutable - [GitLab](https://gitlab.com/rymai), [Crowdin](https://crowdin.com/profile/rymai) - German - Italian - Paolo Falomo - [GitLab](https://gitlab.com/paolofalomo), [Crowdin](https://crowdin.com/profile/paolo.falomo) |