From d2e7d605147c72f16a9c7431ee7e08b769b13c83 Mon Sep 17 00:00:00 2001 From: camperbot Date: Fri, 5 Mar 2021 05:58:45 -0700 Subject: [PATCH] chore(i8n,docs): processed translations (#41375) Co-authored-by: Crowdin Bot --- docs/i18n/chinese/how-to-translate-the-website.md | 2 +- docs/i18n/espanol/how-to-translate-the-website.md | 2 +- docs/i18n/portuguese/how-to-translate-the-website.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/i18n/chinese/how-to-translate-the-website.md b/docs/i18n/chinese/how-to-translate-the-website.md index a783a75cd86..9cd7bb8559f 100644 --- a/docs/i18n/chinese/how-to-translate-the-website.md +++ b/docs/i18n/chinese/how-to-translate-the-website.md @@ -101,7 +101,7 @@ const username = 'moT'; The above example passes an object to the `t` function with a `username` variable. The variable will be used in the JSON value where `{{username}}` is. -## Translate with the \ Component +## Translate with the `Trans` Component The general rule is to use the "t" function when you can. But there's a `Trans` component for when that isn't enough, usually when you have elements embedded in the text. You can use the `Trans` component with any type of react component. diff --git a/docs/i18n/espanol/how-to-translate-the-website.md b/docs/i18n/espanol/how-to-translate-the-website.md index 11013166c52..cda100dba7b 100644 --- a/docs/i18n/espanol/how-to-translate-the-website.md +++ b/docs/i18n/espanol/how-to-translate-the-website.md @@ -101,7 +101,7 @@ const username = 'moT'; The above example passes an object to the `t` function with a `username` variable. The variable will be used in the JSON value where `{{username}}` is. -## Translate with the \ Component +## Translate with the `Trans` Component The general rule is to use the "t" function when you can. But there's a `Trans` component for when that isn't enough, usually when you have elements embedded in the text. You can use the `Trans` component with any type of react component. diff --git a/docs/i18n/portuguese/how-to-translate-the-website.md b/docs/i18n/portuguese/how-to-translate-the-website.md index a783a75cd86..9cd7bb8559f 100644 --- a/docs/i18n/portuguese/how-to-translate-the-website.md +++ b/docs/i18n/portuguese/how-to-translate-the-website.md @@ -101,7 +101,7 @@ const username = 'moT'; The above example passes an object to the `t` function with a `username` variable. The variable will be used in the JSON value where `{{username}}` is. -## Translate with the \ Component +## Translate with the `Trans` Component The general rule is to use the "t" function when you can. But there's a `Trans` component for when that isn't enough, usually when you have elements embedded in the text. You can use the `Trans` component with any type of react component.