diff --git a/docs/en/1.10.x/api-pages.html b/docs/en/1.10.x/api-pages.html index 5125e906e6..db922600d6 100644 --- a/docs/en/1.10.x/api-pages.html +++ b/docs/en/1.10.x/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

Example:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/en/1.10.x/api-pages/index.html b/docs/en/1.10.x/api-pages/index.html
index 5125e906e6..db922600d6 100644
--- a/docs/en/1.10.x/api-pages/index.html
+++ b/docs/en/1.10.x/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

Example:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/en/1.10.x/doc-markdown.html b/docs/en/1.10.x/doc-markdown.html
index 92bb3be7f7..4dce858bdd 100644
--- a/docs/en/1.10.x/doc-markdown.html
+++ b/docs/en/1.10.x/doc-markdown.html
@@ -214,13 +214,13 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/en/1.10.x/doc-markdown/index.html b/docs/en/1.10.x/doc-markdown/index.html
index 92bb3be7f7..4dce858bdd 100644
--- a/docs/en/1.10.x/doc-markdown/index.html
+++ b/docs/en/1.10.x/doc-markdown/index.html
@@ -214,13 +214,13 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/en/1.10.x/translation.html b/docs/en/1.10.x/translation.html
index 29aa7ea556..014fd9fc41 100644
--- a/docs/en/1.10.x/translation.html
+++ b/docs/en/1.10.x/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

You can also include an optional description attribute to give more context to a translator about how to translate the string:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/en/1.10.x/translation/index.html b/docs/en/1.10.x/translation/index.html index 29aa7ea556..014fd9fc41 100644 --- a/docs/en/1.10.x/translation/index.html +++ b/docs/en/1.10.x/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

You can also include an optional description attribute to give more context to a translator about how to translate the string:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/en/1.11.x/api-pages.html b/docs/en/1.11.x/api-pages.html index 13a5e68116..138c8b0554 100644 --- a/docs/en/1.11.x/api-pages.html +++ b/docs/en/1.11.x/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

Example:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/en/1.11.x/api-pages/index.html b/docs/en/1.11.x/api-pages/index.html
index 13a5e68116..138c8b0554 100644
--- a/docs/en/1.11.x/api-pages/index.html
+++ b/docs/en/1.11.x/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

Example:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/en/1.11.x/doc-markdown.html b/docs/en/1.11.x/doc-markdown.html
index 664756fb35..7478a24f30 100644
--- a/docs/en/1.11.x/doc-markdown.html
+++ b/docs/en/1.11.x/doc-markdown.html
@@ -214,13 +214,13 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/en/1.11.x/doc-markdown/index.html b/docs/en/1.11.x/doc-markdown/index.html
index 664756fb35..7478a24f30 100644
--- a/docs/en/1.11.x/doc-markdown/index.html
+++ b/docs/en/1.11.x/doc-markdown/index.html
@@ -214,13 +214,13 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/en/1.11.x/translation.html b/docs/en/1.11.x/translation.html
index 2f72073aaf..d0bf471ef6 100644
--- a/docs/en/1.11.x/translation.html
+++ b/docs/en/1.11.x/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

You can also include an optional description attribute to give more context to a translator about how to translate the string:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/en/1.11.x/translation/index.html b/docs/en/1.11.x/translation/index.html index 2f72073aaf..d0bf471ef6 100644 --- a/docs/en/1.11.x/translation/index.html +++ b/docs/en/1.11.x/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

You can also include an optional description attribute to give more context to a translator about how to translate the string:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/en/1.12.0/api-pages.html b/docs/en/1.12.0/api-pages.html index ea76a3347b..46604d27ee 100644 --- a/docs/en/1.12.0/api-pages.html +++ b/docs/en/1.12.0/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

Example:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/en/1.12.0/api-pages/index.html b/docs/en/1.12.0/api-pages/index.html
index ea76a3347b..46604d27ee 100644
--- a/docs/en/1.12.0/api-pages/index.html
+++ b/docs/en/1.12.0/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

Example:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/en/1.12.0/doc-markdown.html b/docs/en/1.12.0/doc-markdown.html
index ae4f48b9e9..7782a99998 100644
--- a/docs/en/1.12.0/doc-markdown.html
+++ b/docs/en/1.12.0/doc-markdown.html
@@ -214,13 +214,13 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/en/1.12.0/doc-markdown/index.html b/docs/en/1.12.0/doc-markdown/index.html
index ae4f48b9e9..7782a99998 100644
--- a/docs/en/1.12.0/doc-markdown/index.html
+++ b/docs/en/1.12.0/doc-markdown/index.html
@@ -214,13 +214,13 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/en/1.12.0/translation.html b/docs/en/1.12.0/translation.html
index 76f87c7863..1e867cf36a 100644
--- a/docs/en/1.12.0/translation.html
+++ b/docs/en/1.12.0/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

You can also include an optional description attribute to give more context to a translator about how to translate the string:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/en/1.12.0/translation/index.html b/docs/en/1.12.0/translation/index.html index 76f87c7863..1e867cf36a 100644 --- a/docs/en/1.12.0/translation/index.html +++ b/docs/en/1.12.0/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

You can also include an optional description attribute to give more context to a translator about how to translate the string:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/en/1.13.0/api-pages.html b/docs/en/1.13.0/api-pages.html index 6a819662d3..832e991ece 100644 --- a/docs/en/1.13.0/api-pages.html +++ b/docs/en/1.13.0/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

Example:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/en/1.13.0/api-pages/index.html b/docs/en/1.13.0/api-pages/index.html
index 6a819662d3..832e991ece 100644
--- a/docs/en/1.13.0/api-pages/index.html
+++ b/docs/en/1.13.0/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

Example:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/en/1.13.0/doc-markdown.html b/docs/en/1.13.0/doc-markdown.html
index 7f96ed49b9..45b9a31223 100644
--- a/docs/en/1.13.0/doc-markdown.html
+++ b/docs/en/1.13.0/doc-markdown.html
@@ -214,13 +214,13 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/en/1.13.0/doc-markdown/index.html b/docs/en/1.13.0/doc-markdown/index.html
index 7f96ed49b9..45b9a31223 100644
--- a/docs/en/1.13.0/doc-markdown/index.html
+++ b/docs/en/1.13.0/doc-markdown/index.html
@@ -214,13 +214,13 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/en/1.13.0/translation.html b/docs/en/1.13.0/translation.html
index 773f2cdf3b..36e8cb6955 100644
--- a/docs/en/1.13.0/translation.html
+++ b/docs/en/1.13.0/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

You can also include an optional description attribute to give more context to a translator about how to translate the string:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/en/1.13.0/translation/index.html b/docs/en/1.13.0/translation/index.html index 773f2cdf3b..36e8cb6955 100644 --- a/docs/en/1.13.0/translation/index.html +++ b/docs/en/1.13.0/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

You can also include an optional description attribute to give more context to a translator about how to translate the string:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/en/1.9.x/api-pages.html b/docs/en/1.9.x/api-pages.html index f7be5e0e1b..5c0e42f8e8 100644 --- a/docs/en/1.9.x/api-pages.html +++ b/docs/en/1.9.x/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

Example:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/en/1.9.x/api-pages/index.html b/docs/en/1.9.x/api-pages/index.html
index f7be5e0e1b..5c0e42f8e8 100644
--- a/docs/en/1.9.x/api-pages/index.html
+++ b/docs/en/1.9.x/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

Example:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/en/1.9.x/doc-markdown.html b/docs/en/1.9.x/doc-markdown.html
index 53314bbf3c..421c4b9a70 100644
--- a/docs/en/1.9.x/doc-markdown.html
+++ b/docs/en/1.9.x/doc-markdown.html
@@ -214,13 +214,13 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/en/1.9.x/doc-markdown/index.html b/docs/en/1.9.x/doc-markdown/index.html
index 53314bbf3c..421c4b9a70 100644
--- a/docs/en/1.9.x/doc-markdown/index.html
+++ b/docs/en/1.9.x/doc-markdown/index.html
@@ -214,13 +214,13 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/en/1.9.x/translation.html b/docs/en/1.9.x/translation.html
index 48ae7ae5fa..d5293dda73 100644
--- a/docs/en/1.9.x/translation.html
+++ b/docs/en/1.9.x/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

You can also include an optional description attribute to give more context to a translator about how to translate the string:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/en/1.9.x/translation/index.html b/docs/en/1.9.x/translation/index.html index 48ae7ae5fa..d5293dda73 100644 --- a/docs/en/1.9.x/translation/index.html +++ b/docs/en/1.9.x/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

You can also include an optional description attribute to give more context to a translator about how to translate the string:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/en/api-pages.html b/docs/en/api-pages.html index 5dd492b3a6..a9f8eb0c24 100644 --- a/docs/en/api-pages.html +++ b/docs/en/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

Example:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/en/api-pages/index.html b/docs/en/api-pages/index.html
index 5dd492b3a6..a9f8eb0c24 100644
--- a/docs/en/api-pages/index.html
+++ b/docs/en/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

Example:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/en/doc-markdown.html b/docs/en/doc-markdown.html
index 2328108e4d..01b4220979 100644
--- a/docs/en/doc-markdown.html
+++ b/docs/en/doc-markdown.html
@@ -217,13 +217,13 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/en/doc-markdown/index.html b/docs/en/doc-markdown/index.html
index 2328108e4d..01b4220979 100644
--- a/docs/en/doc-markdown/index.html
+++ b/docs/en/doc-markdown/index.html
@@ -217,13 +217,13 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/en/next/api-pages.html b/docs/en/next/api-pages.html
index a29505d4c2..f5b87967e8 100644
--- a/docs/en/next/api-pages.html
+++ b/docs/en/next/api-pages.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

Example:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/en/next/api-pages/index.html b/docs/en/next/api-pages/index.html
index a29505d4c2..f5b87967e8 100644
--- a/docs/en/next/api-pages/index.html
+++ b/docs/en/next/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

Example:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/en/next/doc-markdown.html b/docs/en/next/doc-markdown.html
index 53bc3435e4..76d12f3ecf 100644
--- a/docs/en/next/doc-markdown.html
+++ b/docs/en/next/doc-markdown.html
@@ -217,13 +217,13 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/en/next/doc-markdown/index.html b/docs/en/next/doc-markdown/index.html
index 53bc3435e4..76d12f3ecf 100644
--- a/docs/en/next/doc-markdown/index.html
+++ b/docs/en/next/doc-markdown/index.html
@@ -217,13 +217,13 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/en/next/translation.html b/docs/en/next/translation.html
index a02df5a425..64432bc8e0 100644
--- a/docs/en/next/translation.html
+++ b/docs/en/next/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

You can also include an optional description attribute to give more context to a translator about how to translate the string:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/en/next/translation/index.html b/docs/en/next/translation/index.html index a02df5a425..64432bc8e0 100644 --- a/docs/en/next/translation/index.html +++ b/docs/en/next/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

You can also include an optional description attribute to give more context to a translator about how to translate the string:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/en/translation.html b/docs/en/translation.html index e373831c68..55c22150c5 100644 --- a/docs/en/translation.html +++ b/docs/en/translation.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

You can also include an optional description attribute to give more context to a translator about how to translate the string:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/en/translation/index.html b/docs/en/translation/index.html index e373831c68..55c22150c5 100644 --- a/docs/en/translation/index.html +++ b/docs/en/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

You can also include an optional description attribute to give more context to a translator about how to translate the string:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/fr/1.10.x/api-pages.html b/docs/fr/1.10.x/api-pages.html index 2a5795146a..6e21e1f0f4 100644 --- a/docs/fr/1.10.x/api-pages.html +++ b/docs/fr/1.10.x/api-pages.html @@ -142,9 +142,9 @@ module.exports = MyPage;

Exemple :

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ module.exports = MyPage;
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ module.exports = MyPage;

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. Les URLs pour les pages non-anglophones utiliseront leurs tags de langue comme indiqué dans le fichier languages.js . Par exemple, l'URL d'une page française de website/pages/en/help.js se trouve à ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. Par exemple :

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/fr/1.10.x/api-pages/index.html b/docs/fr/1.10.x/api-pages/index.html
index 2a5795146a..6e21e1f0f4 100644
--- a/docs/fr/1.10.x/api-pages/index.html
+++ b/docs/fr/1.10.x/api-pages/index.html
@@ -142,9 +142,9 @@ module.exports = MyPage;
 

Exemple :

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ module.exports = MyPage;
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ module.exports = MyPage;

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. Les URLs pour les pages non-anglophones utiliseront leurs tags de langue comme indiqué dans le fichier languages.js . Par exemple, l'URL d'une page française de website/pages/en/help.js se trouve à ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. Par exemple :

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/fr/1.10.x/doc-markdown.html b/docs/fr/1.10.x/doc-markdown.html
index 10178578d6..9fe6d626ed 100644
--- a/docs/fr/1.10.x/doc-markdown.html
+++ b/docs/fr/1.10.x/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/fr/1.10.x/doc-markdown/index.html b/docs/fr/1.10.x/doc-markdown/index.html
index 10178578d6..9fe6d626ed 100644
--- a/docs/fr/1.10.x/doc-markdown/index.html
+++ b/docs/fr/1.10.x/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/fr/1.10.x/translation.html b/docs/fr/1.10.x/translation.html
index 6e781507f6..7ab0856d84 100644
--- a/docs/fr/1.10.x/translation.html
+++ b/docs/fr/1.10.x/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>Cette entête sera traduite</translate>
-</h2>
+<h2>
+  <translate>Cette entête sera traduite</translate>
+</h2>
 ...
 

Vous pouvez également inclure un attribut de description facultatif pour donner plus de contexte à un traducteur sur la façon de traduire la chaîne :

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

La balise <translate> fonctionne généralement bien sur des chaînes de caractères pures. Si vous avez une chaîne comme "Docusaurus fournit actuellement un support pour aider votre site à utiliser translations", encapsuler la balise <translation> autour de cette chaîne entière causera des problèmes à cause du lien markdown, etc. Vos possibilités sont de ne pas traduire ces chaînes de caractères, ou de disséminer un tas de balises <translate> parmi les chaînes de caractères pures de cette chaîne.

diff --git a/docs/fr/1.10.x/translation/index.html b/docs/fr/1.10.x/translation/index.html index 6e781507f6..7ab0856d84 100644 --- a/docs/fr/1.10.x/translation/index.html +++ b/docs/fr/1.10.x/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>Cette entête sera traduite</translate>
-</h2>
+<h2>
+  <translate>Cette entête sera traduite</translate>
+</h2>
 ...
 

Vous pouvez également inclure un attribut de description facultatif pour donner plus de contexte à un traducteur sur la façon de traduire la chaîne :

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

La balise <translate> fonctionne généralement bien sur des chaînes de caractères pures. Si vous avez une chaîne comme "Docusaurus fournit actuellement un support pour aider votre site à utiliser translations", encapsuler la balise <translation> autour de cette chaîne entière causera des problèmes à cause du lien markdown, etc. Vos possibilités sont de ne pas traduire ces chaînes de caractères, ou de disséminer un tas de balises <translate> parmi les chaînes de caractères pures de cette chaîne.

diff --git a/docs/fr/1.11.x/api-pages.html b/docs/fr/1.11.x/api-pages.html index 97ca953502..0a8dfd2390 100644 --- a/docs/fr/1.11.x/api-pages.html +++ b/docs/fr/1.11.x/api-pages.html @@ -142,9 +142,9 @@ module.exports = MyPage;

Exemple :

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ module.exports = MyPage;
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ module.exports = MyPage;

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. Les URLs pour les pages non-anglophones utiliseront leurs tags de langue comme indiqué dans le fichier languages.js . Par exemple, l'URL d'une page française de website/pages/en/help.js se trouve à ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. Par exemple :

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/fr/1.11.x/api-pages/index.html b/docs/fr/1.11.x/api-pages/index.html
index 97ca953502..0a8dfd2390 100644
--- a/docs/fr/1.11.x/api-pages/index.html
+++ b/docs/fr/1.11.x/api-pages/index.html
@@ -142,9 +142,9 @@ module.exports = MyPage;
 

Exemple :

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ module.exports = MyPage;
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ module.exports = MyPage;

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. Les URLs pour les pages non-anglophones utiliseront leurs tags de langue comme indiqué dans le fichier languages.js . Par exemple, l'URL d'une page française de website/pages/en/help.js se trouve à ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. Par exemple :

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/fr/1.11.x/doc-markdown.html b/docs/fr/1.11.x/doc-markdown.html
index 2b48d7b0b4..8329e6809b 100644
--- a/docs/fr/1.11.x/doc-markdown.html
+++ b/docs/fr/1.11.x/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/fr/1.11.x/doc-markdown/index.html b/docs/fr/1.11.x/doc-markdown/index.html
index 2b48d7b0b4..8329e6809b 100644
--- a/docs/fr/1.11.x/doc-markdown/index.html
+++ b/docs/fr/1.11.x/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/fr/1.11.x/translation.html b/docs/fr/1.11.x/translation.html
index 18c3787394..fbde987656 100644
--- a/docs/fr/1.11.x/translation.html
+++ b/docs/fr/1.11.x/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>Cette entête sera traduite</translate>
-</h2>
+<h2>
+  <translate>Cette entête sera traduite</translate>
+</h2>
 ...
 

Vous pouvez également inclure un attribut de description facultatif pour donner plus de contexte à un traducteur sur la façon de traduire la chaîne :

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

La balise <translate> fonctionne généralement bien sur des chaînes de caractères pures. Si vous avez une chaîne comme "Docusaurus fournit actuellement un support pour aider votre site à utiliser translations", encapsuler la balise <translation> autour de cette chaîne entière causera des problèmes à cause du lien markdown, etc. Vos possibilités sont de ne pas traduire ces chaînes de caractères, ou de disséminer un tas de balises <translate> parmi les chaînes de caractères pures de cette chaîne.

diff --git a/docs/fr/1.11.x/translation/index.html b/docs/fr/1.11.x/translation/index.html index 18c3787394..fbde987656 100644 --- a/docs/fr/1.11.x/translation/index.html +++ b/docs/fr/1.11.x/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>Cette entête sera traduite</translate>
-</h2>
+<h2>
+  <translate>Cette entête sera traduite</translate>
+</h2>
 ...
 

Vous pouvez également inclure un attribut de description facultatif pour donner plus de contexte à un traducteur sur la façon de traduire la chaîne :

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

La balise <translate> fonctionne généralement bien sur des chaînes de caractères pures. Si vous avez une chaîne comme "Docusaurus fournit actuellement un support pour aider votre site à utiliser translations", encapsuler la balise <translation> autour de cette chaîne entière causera des problèmes à cause du lien markdown, etc. Vos possibilités sont de ne pas traduire ces chaînes de caractères, ou de disséminer un tas de balises <translate> parmi les chaînes de caractères pures de cette chaîne.

diff --git a/docs/fr/1.12.0/api-pages.html b/docs/fr/1.12.0/api-pages.html index 391ae9f0f7..ee364b9dcf 100644 --- a/docs/fr/1.12.0/api-pages.html +++ b/docs/fr/1.12.0/api-pages.html @@ -142,9 +142,9 @@ module.exports = MyPage;

Exemple :

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ module.exports = MyPage;
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ module.exports = MyPage;

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. Les URLs pour les pages non-anglophones utiliseront leurs tags de langue comme indiqué dans le fichier languages.js . Par exemple, l'URL d'une page française de website/pages/en/help.js se trouve à ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. Par exemple :

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/fr/1.12.0/api-pages/index.html b/docs/fr/1.12.0/api-pages/index.html
index 391ae9f0f7..ee364b9dcf 100644
--- a/docs/fr/1.12.0/api-pages/index.html
+++ b/docs/fr/1.12.0/api-pages/index.html
@@ -142,9 +142,9 @@ module.exports = MyPage;
 

Exemple :

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ module.exports = MyPage;
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ module.exports = MyPage;

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. Les URLs pour les pages non-anglophones utiliseront leurs tags de langue comme indiqué dans le fichier languages.js . Par exemple, l'URL d'une page française de website/pages/en/help.js se trouve à ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. Par exemple :

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/fr/1.12.0/doc-markdown.html b/docs/fr/1.12.0/doc-markdown.html
index 923272c9c3..ccc8026362 100644
--- a/docs/fr/1.12.0/doc-markdown.html
+++ b/docs/fr/1.12.0/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/fr/1.12.0/doc-markdown/index.html b/docs/fr/1.12.0/doc-markdown/index.html
index 923272c9c3..ccc8026362 100644
--- a/docs/fr/1.12.0/doc-markdown/index.html
+++ b/docs/fr/1.12.0/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/fr/1.12.0/translation.html b/docs/fr/1.12.0/translation.html
index 1b1a8fa483..41057d59d0 100644
--- a/docs/fr/1.12.0/translation.html
+++ b/docs/fr/1.12.0/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>Cette entête sera traduite</translate>
-</h2>
+<h2>
+  <translate>Cette entête sera traduite</translate>
+</h2>
 ...
 

Vous pouvez également inclure un attribut de description facultatif pour donner plus de contexte à un traducteur sur la façon de traduire la chaîne :

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

La balise <translate> fonctionne généralement bien sur des chaînes de caractères pures. Si vous avez une chaîne comme "Docusaurus fournit actuellement un support pour aider votre site à utiliser translations", encapsuler la balise <translation> autour de cette chaîne entière causera des problèmes à cause du lien markdown, etc. Vos possibilités sont de ne pas traduire ces chaînes de caractères, ou de disséminer un tas de balises <translate> parmi les chaînes de caractères pures de cette chaîne.

diff --git a/docs/fr/1.12.0/translation/index.html b/docs/fr/1.12.0/translation/index.html index 1b1a8fa483..41057d59d0 100644 --- a/docs/fr/1.12.0/translation/index.html +++ b/docs/fr/1.12.0/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>Cette entête sera traduite</translate>
-</h2>
+<h2>
+  <translate>Cette entête sera traduite</translate>
+</h2>
 ...
 

Vous pouvez également inclure un attribut de description facultatif pour donner plus de contexte à un traducteur sur la façon de traduire la chaîne :

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

La balise <translate> fonctionne généralement bien sur des chaînes de caractères pures. Si vous avez une chaîne comme "Docusaurus fournit actuellement un support pour aider votre site à utiliser translations", encapsuler la balise <translation> autour de cette chaîne entière causera des problèmes à cause du lien markdown, etc. Vos possibilités sont de ne pas traduire ces chaînes de caractères, ou de disséminer un tas de balises <translate> parmi les chaînes de caractères pures de cette chaîne.

diff --git a/docs/fr/1.13.0/api-pages.html b/docs/fr/1.13.0/api-pages.html index 8ec6e8195d..10dee31b94 100644 --- a/docs/fr/1.13.0/api-pages.html +++ b/docs/fr/1.13.0/api-pages.html @@ -142,9 +142,9 @@ module.exports = MyPage;

Exemple :

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ module.exports = MyPage;
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ module.exports = MyPage;

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. Les URLs pour les pages non-anglophones utiliseront leurs tags de langue comme indiqué dans le fichier languages.js . Par exemple, l'URL d'une page française de website/pages/en/help.js se trouve à ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. Par exemple :

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/fr/1.13.0/api-pages/index.html b/docs/fr/1.13.0/api-pages/index.html
index 8ec6e8195d..10dee31b94 100644
--- a/docs/fr/1.13.0/api-pages/index.html
+++ b/docs/fr/1.13.0/api-pages/index.html
@@ -142,9 +142,9 @@ module.exports = MyPage;
 

Exemple :

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ module.exports = MyPage;
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ module.exports = MyPage;

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. Les URLs pour les pages non-anglophones utiliseront leurs tags de langue comme indiqué dans le fichier languages.js . Par exemple, l'URL d'une page française de website/pages/en/help.js se trouve à ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. Par exemple :

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/fr/1.13.0/doc-markdown.html b/docs/fr/1.13.0/doc-markdown.html
index 7539c69d64..4bf8c090c0 100644
--- a/docs/fr/1.13.0/doc-markdown.html
+++ b/docs/fr/1.13.0/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/fr/1.13.0/doc-markdown/index.html b/docs/fr/1.13.0/doc-markdown/index.html
index 7539c69d64..4bf8c090c0 100644
--- a/docs/fr/1.13.0/doc-markdown/index.html
+++ b/docs/fr/1.13.0/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/fr/1.13.0/translation.html b/docs/fr/1.13.0/translation.html
index 48f211d19e..3253e79ee3 100644
--- a/docs/fr/1.13.0/translation.html
+++ b/docs/fr/1.13.0/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>Cette entête sera traduite</translate>
-</h2>
+<h2>
+  <translate>Cette entête sera traduite</translate>
+</h2>
 ...
 

Vous pouvez également inclure un attribut de description facultatif pour donner plus de contexte à un traducteur sur la façon de traduire la chaîne :

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

La balise <translate> fonctionne généralement bien sur des chaînes de caractères pures. Si vous avez une chaîne comme "Docusaurus fournit actuellement un support pour aider votre site à utiliser translations", encapsuler la balise <translation> autour de cette chaîne entière causera des problèmes à cause du lien markdown, etc. Vos possibilités sont de ne pas traduire ces chaînes de caractères, ou de disséminer un tas de balises <translate> parmi les chaînes de caractères pures de cette chaîne.

diff --git a/docs/fr/1.13.0/translation/index.html b/docs/fr/1.13.0/translation/index.html index 48f211d19e..3253e79ee3 100644 --- a/docs/fr/1.13.0/translation/index.html +++ b/docs/fr/1.13.0/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>Cette entête sera traduite</translate>
-</h2>
+<h2>
+  <translate>Cette entête sera traduite</translate>
+</h2>
 ...
 

Vous pouvez également inclure un attribut de description facultatif pour donner plus de contexte à un traducteur sur la façon de traduire la chaîne :

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

La balise <translate> fonctionne généralement bien sur des chaînes de caractères pures. Si vous avez une chaîne comme "Docusaurus fournit actuellement un support pour aider votre site à utiliser translations", encapsuler la balise <translation> autour de cette chaîne entière causera des problèmes à cause du lien markdown, etc. Vos possibilités sont de ne pas traduire ces chaînes de caractères, ou de disséminer un tas de balises <translate> parmi les chaînes de caractères pures de cette chaîne.

diff --git a/docs/fr/1.9.x/api-pages.html b/docs/fr/1.9.x/api-pages.html index 29d72ae906..33717fa0bd 100644 --- a/docs/fr/1.9.x/api-pages.html +++ b/docs/fr/1.9.x/api-pages.html @@ -142,9 +142,9 @@ module.exports = MyPage;

Exemple :

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ module.exports = MyPage;
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ module.exports = MyPage;

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. Les URLs pour les pages non-anglophones utiliseront leurs tags de langue comme indiqué dans le fichier languages.js . Par exemple, l'URL d'une page française de website/pages/en/help.js se trouve à ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. Par exemple :

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/fr/1.9.x/api-pages/index.html b/docs/fr/1.9.x/api-pages/index.html
index 29d72ae906..33717fa0bd 100644
--- a/docs/fr/1.9.x/api-pages/index.html
+++ b/docs/fr/1.9.x/api-pages/index.html
@@ -142,9 +142,9 @@ module.exports = MyPage;
 

Exemple :

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ module.exports = MyPage;
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ module.exports = MyPage;

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. Les URLs pour les pages non-anglophones utiliseront leurs tags de langue comme indiqué dans le fichier languages.js . Par exemple, l'URL d'une page française de website/pages/en/help.js se trouve à ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. Par exemple :

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/fr/1.9.x/doc-markdown.html b/docs/fr/1.9.x/doc-markdown.html
index e3ae5d11dd..840b5fb6ec 100644
--- a/docs/fr/1.9.x/doc-markdown.html
+++ b/docs/fr/1.9.x/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/fr/1.9.x/doc-markdown/index.html b/docs/fr/1.9.x/doc-markdown/index.html
index e3ae5d11dd..840b5fb6ec 100644
--- a/docs/fr/1.9.x/doc-markdown/index.html
+++ b/docs/fr/1.9.x/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/fr/1.9.x/translation.html b/docs/fr/1.9.x/translation.html
index b19c1a6298..206601e548 100644
--- a/docs/fr/1.9.x/translation.html
+++ b/docs/fr/1.9.x/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>Cette entête sera traduite</translate>
-</h2>
+<h2>
+  <translate>Cette entête sera traduite</translate>
+</h2>
 ...
 

Vous pouvez également inclure un attribut de description facultatif pour donner plus de contexte à un traducteur sur la façon de traduire la chaîne :

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

La balise <translate> fonctionne généralement bien sur des chaînes de caractères pures. Si vous avez une chaîne comme "Docusaurus fournit actuellement un support pour aider votre site à utiliser translations", encapsuler la balise <translation> autour de cette chaîne entière causera des problèmes à cause du lien markdown, etc. Vos possibilités sont de ne pas traduire ces chaînes de caractères, ou de disséminer un tas de balises <translate> parmi les chaînes de caractères pures de cette chaîne.

diff --git a/docs/fr/1.9.x/translation/index.html b/docs/fr/1.9.x/translation/index.html index b19c1a6298..206601e548 100644 --- a/docs/fr/1.9.x/translation/index.html +++ b/docs/fr/1.9.x/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>Cette entête sera traduite</translate>
-</h2>
+<h2>
+  <translate>Cette entête sera traduite</translate>
+</h2>
 ...
 

Vous pouvez également inclure un attribut de description facultatif pour donner plus de contexte à un traducteur sur la façon de traduire la chaîne :

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

La balise <translate> fonctionne généralement bien sur des chaînes de caractères pures. Si vous avez une chaîne comme "Docusaurus fournit actuellement un support pour aider votre site à utiliser translations", encapsuler la balise <translation> autour de cette chaîne entière causera des problèmes à cause du lien markdown, etc. Vos possibilités sont de ne pas traduire ces chaînes de caractères, ou de disséminer un tas de balises <translate> parmi les chaînes de caractères pures de cette chaîne.

diff --git a/docs/fr/api-pages.html b/docs/fr/api-pages.html index 018749d979..3005458251 100644 --- a/docs/fr/api-pages.html +++ b/docs/fr/api-pages.html @@ -142,9 +142,9 @@ module.exports = MyPage;

Exemple :

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ module.exports = MyPage;
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ module.exports = MyPage;

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. Les URLs pour les pages non-anglophones utiliseront leurs tags de langue comme indiqué dans le fichier languages.js . Par exemple, l'URL d'une page française de website/pages/en/help.js se trouve à ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. Par exemple :

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/fr/api-pages/index.html b/docs/fr/api-pages/index.html
index 018749d979..3005458251 100644
--- a/docs/fr/api-pages/index.html
+++ b/docs/fr/api-pages/index.html
@@ -142,9 +142,9 @@ module.exports = MyPage;
 

Exemple :

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ module.exports = MyPage;
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ module.exports = MyPage;

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. Les URLs pour les pages non-anglophones utiliseront leurs tags de langue comme indiqué dans le fichier languages.js . Par exemple, l'URL d'une page française de website/pages/en/help.js se trouve à ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. Par exemple :

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/fr/doc-markdown.html b/docs/fr/doc-markdown.html
index 77c3548b10..7a429f1a22 100644
--- a/docs/fr/doc-markdown.html
+++ b/docs/fr/doc-markdown.html
@@ -232,13 +232,13 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/fr/doc-markdown/index.html b/docs/fr/doc-markdown/index.html
index 77c3548b10..7a429f1a22 100644
--- a/docs/fr/doc-markdown/index.html
+++ b/docs/fr/doc-markdown/index.html
@@ -232,13 +232,13 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/fr/next/api-pages.html b/docs/fr/next/api-pages.html
index c49d883212..0f049eebbd 100644
--- a/docs/fr/next/api-pages.html
+++ b/docs/fr/next/api-pages.html
@@ -142,9 +142,9 @@ module.exports = MyPage;
 

Exemple :

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ module.exports = MyPage;
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ module.exports = MyPage;

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. Les URLs pour les pages non-anglophones utiliseront leurs tags de langue comme indiqué dans le fichier languages.js . Par exemple, l'URL d'une page française de website/pages/en/help.js se trouve à ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. Par exemple :

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/fr/next/api-pages/index.html b/docs/fr/next/api-pages/index.html
index c49d883212..0f049eebbd 100644
--- a/docs/fr/next/api-pages/index.html
+++ b/docs/fr/next/api-pages/index.html
@@ -142,9 +142,9 @@ module.exports = MyPage;
 

Exemple :

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ module.exports = MyPage;
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ module.exports = MyPage;

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. Les URLs pour les pages non-anglophones utiliseront leurs tags de langue comme indiqué dans le fichier languages.js . Par exemple, l'URL d'une page française de website/pages/en/help.js se trouve à ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. Par exemple :

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/fr/next/doc-markdown.html b/docs/fr/next/doc-markdown.html
index d1361ead33..951fd49720 100644
--- a/docs/fr/next/doc-markdown.html
+++ b/docs/fr/next/doc-markdown.html
@@ -217,13 +217,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/fr/next/doc-markdown/index.html b/docs/fr/next/doc-markdown/index.html
index d1361ead33..951fd49720 100644
--- a/docs/fr/next/doc-markdown/index.html
+++ b/docs/fr/next/doc-markdown/index.html
@@ -217,13 +217,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/fr/next/translation.html b/docs/fr/next/translation.html
index d6d4867db5..f186d813f3 100644
--- a/docs/fr/next/translation.html
+++ b/docs/fr/next/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>Cette entête sera traduite</translate>
-</h2>
+<h2>
+  <translate>Cette entête sera traduite</translate>
+</h2>
 ...
 

Vous pouvez également inclure un attribut de description facultatif pour donner plus de contexte à un traducteur sur la façon de traduire la chaîne :

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

La balise <translate> fonctionne généralement bien sur des chaînes de caractères pures. Si vous avez une chaîne comme "Docusaurus fournit actuellement un support pour aider votre site à utiliser translations", encapsuler la balise <translation> autour de cette chaîne entière causera des problèmes à cause du lien markdown, etc. Vos possibilités sont de ne pas traduire ces chaînes de caractères, ou de disséminer un tas de balises <translate> parmi les chaînes de caractères pures de cette chaîne.

diff --git a/docs/fr/next/translation/index.html b/docs/fr/next/translation/index.html index d6d4867db5..f186d813f3 100644 --- a/docs/fr/next/translation/index.html +++ b/docs/fr/next/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>Cette entête sera traduite</translate>
-</h2>
+<h2>
+  <translate>Cette entête sera traduite</translate>
+</h2>
 ...
 

Vous pouvez également inclure un attribut de description facultatif pour donner plus de contexte à un traducteur sur la façon de traduire la chaîne :

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

La balise <translate> fonctionne généralement bien sur des chaînes de caractères pures. Si vous avez une chaîne comme "Docusaurus fournit actuellement un support pour aider votre site à utiliser translations", encapsuler la balise <translation> autour de cette chaîne entière causera des problèmes à cause du lien markdown, etc. Vos possibilités sont de ne pas traduire ces chaînes de caractères, ou de disséminer un tas de balises <translate> parmi les chaînes de caractères pures de cette chaîne.

diff --git a/docs/fr/translation.html b/docs/fr/translation.html index f2a001a4c4..b419282ac8 100644 --- a/docs/fr/translation.html +++ b/docs/fr/translation.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Vous pouvez également inclure un attribut de description facultatif pour donner plus de contexte à un traducteur sur la façon de traduire la chaîne :

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

La balise <translate> fonctionne généralement bien sur des chaînes de caractères pures. Si vous avez une chaîne comme "Docusaurus fournit actuellement un support pour aider votre site à utiliser translations", encapsuler la balise <translation> autour de cette chaîne entière causera des problèmes à cause du lien markdown, etc. Vos possibilités sont de ne pas traduire ces chaînes de caractères, ou de disséminer un tas de balises <translate> parmi les chaînes de caractères pures de cette chaîne.

diff --git a/docs/fr/translation/index.html b/docs/fr/translation/index.html index f2a001a4c4..b419282ac8 100644 --- a/docs/fr/translation/index.html +++ b/docs/fr/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Vous pouvez également inclure un attribut de description facultatif pour donner plus de contexte à un traducteur sur la façon de traduire la chaîne :

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

La balise <translate> fonctionne généralement bien sur des chaînes de caractères pures. Si vous avez une chaîne comme "Docusaurus fournit actuellement un support pour aider votre site à utiliser translations", encapsuler la balise <translation> autour de cette chaîne entière causera des problèmes à cause du lien markdown, etc. Vos possibilités sont de ne pas traduire ces chaînes de caractères, ou de disséminer un tas de balises <translate> parmi les chaînes de caractères pures de cette chaîne.

diff --git a/docs/ko/1.10.x/api-pages.html b/docs/ko/1.10.x/api-pages.html index 6c2132c010..b482fee34c 100644 --- a/docs/ko/1.10.x/api-pages.html +++ b/docs/ko/1.10.x/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

예제:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. 아래와 같이 적용할 수 있습니다.

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ko/1.10.x/api-pages/index.html b/docs/ko/1.10.x/api-pages/index.html
index 6c2132c010..b482fee34c 100644
--- a/docs/ko/1.10.x/api-pages/index.html
+++ b/docs/ko/1.10.x/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

예제:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. 아래와 같이 적용할 수 있습니다.

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ko/1.10.x/doc-markdown.html b/docs/ko/1.10.x/doc-markdown.html
index 5bbe1b2d53..52b8abfb28 100644
--- a/docs/ko/1.10.x/doc-markdown.html
+++ b/docs/ko/1.10.x/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ko/1.10.x/doc-markdown/index.html b/docs/ko/1.10.x/doc-markdown/index.html
index 5bbe1b2d53..52b8abfb28 100644
--- a/docs/ko/1.10.x/doc-markdown/index.html
+++ b/docs/ko/1.10.x/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ko/1.10.x/translation.html b/docs/ko/1.10.x/translation.html
index 2a00b8af9c..a418ed44ea 100644
--- a/docs/ko/1.10.x/translation.html
+++ b/docs/ko/1.10.x/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

문자열을 어떻게 번역해야 하는지 추가 정보를 제공하기 위해 옵션 항목으로 설명을 추가할 수도 있습니다.

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

<translate> 태그는 일반 문자열인 경우에는 적절하게 동작합니다. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. 이런 경우에는 번역하지 않을 문자열을 지정하거나 문자열 사이에 번역할 대상만 <translate> 태그로 지정하는 방법을 사용할 수 있습니다.

diff --git a/docs/ko/1.10.x/translation/index.html b/docs/ko/1.10.x/translation/index.html index 2a00b8af9c..a418ed44ea 100644 --- a/docs/ko/1.10.x/translation/index.html +++ b/docs/ko/1.10.x/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

문자열을 어떻게 번역해야 하는지 추가 정보를 제공하기 위해 옵션 항목으로 설명을 추가할 수도 있습니다.

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

<translate> 태그는 일반 문자열인 경우에는 적절하게 동작합니다. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. 이런 경우에는 번역하지 않을 문자열을 지정하거나 문자열 사이에 번역할 대상만 <translate> 태그로 지정하는 방법을 사용할 수 있습니다.

diff --git a/docs/ko/1.11.x/api-pages.html b/docs/ko/1.11.x/api-pages.html index 43d17a8c27..5491cc1bb1 100644 --- a/docs/ko/1.11.x/api-pages.html +++ b/docs/ko/1.11.x/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

예제:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. 아래와 같이 적용할 수 있습니다.

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ko/1.11.x/api-pages/index.html b/docs/ko/1.11.x/api-pages/index.html
index 43d17a8c27..5491cc1bb1 100644
--- a/docs/ko/1.11.x/api-pages/index.html
+++ b/docs/ko/1.11.x/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

예제:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. 아래와 같이 적용할 수 있습니다.

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ko/1.11.x/doc-markdown.html b/docs/ko/1.11.x/doc-markdown.html
index 77bcf032f0..efbec4d18d 100644
--- a/docs/ko/1.11.x/doc-markdown.html
+++ b/docs/ko/1.11.x/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ko/1.11.x/doc-markdown/index.html b/docs/ko/1.11.x/doc-markdown/index.html
index 77bcf032f0..efbec4d18d 100644
--- a/docs/ko/1.11.x/doc-markdown/index.html
+++ b/docs/ko/1.11.x/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ko/1.11.x/translation.html b/docs/ko/1.11.x/translation.html
index 293a61fa63..84dc8df5b0 100644
--- a/docs/ko/1.11.x/translation.html
+++ b/docs/ko/1.11.x/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

문자열을 어떻게 번역해야 하는지 추가 정보를 제공하기 위해 옵션 항목으로 설명을 추가할 수도 있습니다.

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

<translate> 태그는 일반 문자열인 경우에는 적절하게 동작합니다. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. 이런 경우에는 번역하지 않을 문자열을 지정하거나 문자열 사이에 번역할 대상만 <translate> 태그로 지정하는 방법을 사용할 수 있습니다.

diff --git a/docs/ko/1.11.x/translation/index.html b/docs/ko/1.11.x/translation/index.html index 293a61fa63..84dc8df5b0 100644 --- a/docs/ko/1.11.x/translation/index.html +++ b/docs/ko/1.11.x/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

문자열을 어떻게 번역해야 하는지 추가 정보를 제공하기 위해 옵션 항목으로 설명을 추가할 수도 있습니다.

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

<translate> 태그는 일반 문자열인 경우에는 적절하게 동작합니다. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. 이런 경우에는 번역하지 않을 문자열을 지정하거나 문자열 사이에 번역할 대상만 <translate> 태그로 지정하는 방법을 사용할 수 있습니다.

diff --git a/docs/ko/1.12.0/api-pages.html b/docs/ko/1.12.0/api-pages.html index 1fe69ef538..2f386368ca 100644 --- a/docs/ko/1.12.0/api-pages.html +++ b/docs/ko/1.12.0/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

예제:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. 아래와 같이 적용할 수 있습니다.

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ko/1.12.0/api-pages/index.html b/docs/ko/1.12.0/api-pages/index.html
index 1fe69ef538..2f386368ca 100644
--- a/docs/ko/1.12.0/api-pages/index.html
+++ b/docs/ko/1.12.0/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

예제:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. 아래와 같이 적용할 수 있습니다.

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ko/1.12.0/doc-markdown.html b/docs/ko/1.12.0/doc-markdown.html
index 9b9864c785..75b38a944b 100644
--- a/docs/ko/1.12.0/doc-markdown.html
+++ b/docs/ko/1.12.0/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ko/1.12.0/doc-markdown/index.html b/docs/ko/1.12.0/doc-markdown/index.html
index 9b9864c785..75b38a944b 100644
--- a/docs/ko/1.12.0/doc-markdown/index.html
+++ b/docs/ko/1.12.0/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ko/1.12.0/translation.html b/docs/ko/1.12.0/translation.html
index f389885190..15c29b88d6 100644
--- a/docs/ko/1.12.0/translation.html
+++ b/docs/ko/1.12.0/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

문자열을 어떻게 번역해야 하는지 추가 정보를 제공하기 위해 옵션 항목으로 설명을 추가할 수도 있습니다.

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

<translate> 태그는 일반 문자열인 경우에는 적절하게 동작합니다. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. 이런 경우에는 번역하지 않을 문자열을 지정하거나 문자열 사이에 번역할 대상만 <translate> 태그로 지정하는 방법을 사용할 수 있습니다.

diff --git a/docs/ko/1.12.0/translation/index.html b/docs/ko/1.12.0/translation/index.html index f389885190..15c29b88d6 100644 --- a/docs/ko/1.12.0/translation/index.html +++ b/docs/ko/1.12.0/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

문자열을 어떻게 번역해야 하는지 추가 정보를 제공하기 위해 옵션 항목으로 설명을 추가할 수도 있습니다.

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

<translate> 태그는 일반 문자열인 경우에는 적절하게 동작합니다. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. 이런 경우에는 번역하지 않을 문자열을 지정하거나 문자열 사이에 번역할 대상만 <translate> 태그로 지정하는 방법을 사용할 수 있습니다.

diff --git a/docs/ko/1.13.0/api-pages.html b/docs/ko/1.13.0/api-pages.html index 394d35a007..1a2d6955f9 100644 --- a/docs/ko/1.13.0/api-pages.html +++ b/docs/ko/1.13.0/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

예제:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. 아래와 같이 적용할 수 있습니다.

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ko/1.13.0/api-pages/index.html b/docs/ko/1.13.0/api-pages/index.html
index 394d35a007..1a2d6955f9 100644
--- a/docs/ko/1.13.0/api-pages/index.html
+++ b/docs/ko/1.13.0/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

예제:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. 아래와 같이 적용할 수 있습니다.

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ko/1.13.0/doc-markdown.html b/docs/ko/1.13.0/doc-markdown.html
index 848f4dd38b..3f3e749fe9 100644
--- a/docs/ko/1.13.0/doc-markdown.html
+++ b/docs/ko/1.13.0/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ko/1.13.0/doc-markdown/index.html b/docs/ko/1.13.0/doc-markdown/index.html
index 848f4dd38b..3f3e749fe9 100644
--- a/docs/ko/1.13.0/doc-markdown/index.html
+++ b/docs/ko/1.13.0/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ko/1.13.0/translation.html b/docs/ko/1.13.0/translation.html
index 83bd94a5dd..5ba1cb0bdf 100644
--- a/docs/ko/1.13.0/translation.html
+++ b/docs/ko/1.13.0/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

문자열을 어떻게 번역해야 하는지 추가 정보를 제공하기 위해 옵션 항목으로 설명을 추가할 수도 있습니다.

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

<translate> 태그는 일반 문자열인 경우에는 적절하게 동작합니다. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. 이런 경우에는 번역하지 않을 문자열을 지정하거나 문자열 사이에 번역할 대상만 <translate> 태그로 지정하는 방법을 사용할 수 있습니다.

diff --git a/docs/ko/1.13.0/translation/index.html b/docs/ko/1.13.0/translation/index.html index 83bd94a5dd..5ba1cb0bdf 100644 --- a/docs/ko/1.13.0/translation/index.html +++ b/docs/ko/1.13.0/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

문자열을 어떻게 번역해야 하는지 추가 정보를 제공하기 위해 옵션 항목으로 설명을 추가할 수도 있습니다.

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

<translate> 태그는 일반 문자열인 경우에는 적절하게 동작합니다. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. 이런 경우에는 번역하지 않을 문자열을 지정하거나 문자열 사이에 번역할 대상만 <translate> 태그로 지정하는 방법을 사용할 수 있습니다.

diff --git a/docs/ko/1.9.x/api-pages.html b/docs/ko/1.9.x/api-pages.html index 2cbff39695..4f59f95185 100644 --- a/docs/ko/1.9.x/api-pages.html +++ b/docs/ko/1.9.x/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

예제:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. 아래와 같이 적용할 수 있습니다.

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ko/1.9.x/api-pages/index.html b/docs/ko/1.9.x/api-pages/index.html
index 2cbff39695..4f59f95185 100644
--- a/docs/ko/1.9.x/api-pages/index.html
+++ b/docs/ko/1.9.x/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

예제:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. 아래와 같이 적용할 수 있습니다.

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ko/1.9.x/doc-markdown.html b/docs/ko/1.9.x/doc-markdown.html
index f262094600..3c9ec4d826 100644
--- a/docs/ko/1.9.x/doc-markdown.html
+++ b/docs/ko/1.9.x/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ko/1.9.x/doc-markdown/index.html b/docs/ko/1.9.x/doc-markdown/index.html
index f262094600..3c9ec4d826 100644
--- a/docs/ko/1.9.x/doc-markdown/index.html
+++ b/docs/ko/1.9.x/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ko/1.9.x/translation.html b/docs/ko/1.9.x/translation.html
index 50a4bba96d..c2af7dbb6b 100644
--- a/docs/ko/1.9.x/translation.html
+++ b/docs/ko/1.9.x/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

문자열을 어떻게 번역해야 하는지 추가 정보를 제공하기 위해 옵션 항목으로 설명을 추가할 수도 있습니다.

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

<translate> 태그는 일반 문자열인 경우에는 적절하게 동작합니다. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. 이런 경우에는 번역하지 않을 문자열을 지정하거나 문자열 사이에 번역할 대상만 <translate> 태그로 지정하는 방법을 사용할 수 있습니다.

diff --git a/docs/ko/1.9.x/translation/index.html b/docs/ko/1.9.x/translation/index.html index 50a4bba96d..c2af7dbb6b 100644 --- a/docs/ko/1.9.x/translation/index.html +++ b/docs/ko/1.9.x/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

문자열을 어떻게 번역해야 하는지 추가 정보를 제공하기 위해 옵션 항목으로 설명을 추가할 수도 있습니다.

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

<translate> 태그는 일반 문자열인 경우에는 적절하게 동작합니다. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. 이런 경우에는 번역하지 않을 문자열을 지정하거나 문자열 사이에 번역할 대상만 <translate> 태그로 지정하는 방법을 사용할 수 있습니다.

diff --git a/docs/ko/api-pages.html b/docs/ko/api-pages.html index c420b6a054..98e1ee4897 100644 --- a/docs/ko/api-pages.html +++ b/docs/ko/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

예제:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. 아래와 같이 적용할 수 있습니다.

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ko/api-pages/index.html b/docs/ko/api-pages/index.html
index c420b6a054..98e1ee4897 100644
--- a/docs/ko/api-pages/index.html
+++ b/docs/ko/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

예제:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. 아래와 같이 적용할 수 있습니다.

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ko/doc-markdown.html b/docs/ko/doc-markdown.html
index e5ba4a6cbc..0fa9fe66f7 100644
--- a/docs/ko/doc-markdown.html
+++ b/docs/ko/doc-markdown.html
@@ -232,13 +232,13 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ko/doc-markdown/index.html b/docs/ko/doc-markdown/index.html
index e5ba4a6cbc..0fa9fe66f7 100644
--- a/docs/ko/doc-markdown/index.html
+++ b/docs/ko/doc-markdown/index.html
@@ -232,13 +232,13 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ko/next/api-pages.html b/docs/ko/next/api-pages.html
index 90f5c0872a..dccb42a1b5 100644
--- a/docs/ko/next/api-pages.html
+++ b/docs/ko/next/api-pages.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

예제:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. 아래와 같이 적용할 수 있습니다.

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ko/next/api-pages/index.html b/docs/ko/next/api-pages/index.html
index 90f5c0872a..dccb42a1b5 100644
--- a/docs/ko/next/api-pages/index.html
+++ b/docs/ko/next/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

예제:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. 아래와 같이 적용할 수 있습니다.

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ko/next/doc-markdown.html b/docs/ko/next/doc-markdown.html
index 2a9001fb15..c79038033c 100644
--- a/docs/ko/next/doc-markdown.html
+++ b/docs/ko/next/doc-markdown.html
@@ -217,13 +217,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ko/next/doc-markdown/index.html b/docs/ko/next/doc-markdown/index.html
index 2a9001fb15..c79038033c 100644
--- a/docs/ko/next/doc-markdown/index.html
+++ b/docs/ko/next/doc-markdown/index.html
@@ -217,13 +217,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ko/next/translation.html b/docs/ko/next/translation.html
index a23410130e..7dc536300f 100644
--- a/docs/ko/next/translation.html
+++ b/docs/ko/next/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

문자열을 어떻게 번역해야 하는지 추가 정보를 제공하기 위해 옵션 항목으로 설명을 추가할 수도 있습니다.

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

<translate> 태그는 일반 문자열인 경우에는 적절하게 동작합니다. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. 이런 경우에는 번역하지 않을 문자열을 지정하거나 문자열 사이에 번역할 대상만 <translate> 태그로 지정하는 방법을 사용할 수 있습니다.

diff --git a/docs/ko/next/translation/index.html b/docs/ko/next/translation/index.html index a23410130e..7dc536300f 100644 --- a/docs/ko/next/translation/index.html +++ b/docs/ko/next/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

문자열을 어떻게 번역해야 하는지 추가 정보를 제공하기 위해 옵션 항목으로 설명을 추가할 수도 있습니다.

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

<translate> 태그는 일반 문자열인 경우에는 적절하게 동작합니다. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. 이런 경우에는 번역하지 않을 문자열을 지정하거나 문자열 사이에 번역할 대상만 <translate> 태그로 지정하는 방법을 사용할 수 있습니다.

diff --git a/docs/ko/translation.html b/docs/ko/translation.html index 2829a500b2..84a5d07af0 100644 --- a/docs/ko/translation.html +++ b/docs/ko/translation.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

문자열을 어떻게 번역해야 하는지 추가 정보를 제공하기 위해 옵션 항목으로 설명을 추가할 수도 있습니다.

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

<translate> 태그는 일반 문자열인 경우에는 적절하게 동작합니다. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. 이런 경우에는 번역하지 않을 문자열을 지정하거나 문자열 사이에 번역할 대상만 <translate> 태그로 지정하는 방법을 사용할 수 있습니다.

diff --git a/docs/ko/translation/index.html b/docs/ko/translation/index.html index 2829a500b2..84a5d07af0 100644 --- a/docs/ko/translation/index.html +++ b/docs/ko/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

문자열을 어떻게 번역해야 하는지 추가 정보를 제공하기 위해 옵션 항목으로 설명을 추가할 수도 있습니다.

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

<translate> 태그는 일반 문자열인 경우에는 적절하게 동작합니다. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. 이런 경우에는 번역하지 않을 문자열을 지정하거나 문자열 사이에 번역할 대상만 <translate> 태그로 지정하는 방법을 사용할 수 있습니다.

diff --git a/docs/pt-BR/1.10.x/api-pages.html b/docs/pt-BR/1.10.x/api-pages.html index 7f1ff4612b..10a15403b0 100644 --- a/docs/pt-BR/1.10.x/api-pages.html +++ b/docs/pt-BR/1.10.x/api-pages.html @@ -142,9 +142,9 @@ MyPage.title = 'Minha Descrição';

Exemplo:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.title = 'Minha Descrição';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.title = 'Minha Descrição';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. Por exemplo:

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/pt-BR/1.10.x/api-pages/index.html b/docs/pt-BR/1.10.x/api-pages/index.html
index 7f1ff4612b..10a15403b0 100644
--- a/docs/pt-BR/1.10.x/api-pages/index.html
+++ b/docs/pt-BR/1.10.x/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.title = 'Minha Descrição';
 

Exemplo:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.title = 'Minha Descrição';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.title = 'Minha Descrição';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. Por exemplo:

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/pt-BR/1.10.x/doc-markdown.html b/docs/pt-BR/1.10.x/doc-markdown.html
index b0fc19ba4d..331ef9b514 100644
--- a/docs/pt-BR/1.10.x/doc-markdown.html
+++ b/docs/pt-BR/1.10.x/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Exemplo extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Clique aqui"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/pt-BR/1.10.x/doc-markdown/index.html b/docs/pt-BR/1.10.x/doc-markdown/index.html
index b0fc19ba4d..331ef9b514 100644
--- a/docs/pt-BR/1.10.x/doc-markdown/index.html
+++ b/docs/pt-BR/1.10.x/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Exemplo extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Clique aqui"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/pt-BR/1.10.x/translation.html b/docs/pt-BR/1.10.x/translation.html
index f06875d3b6..621e1af322 100644
--- a/docs/pt-BR/1.10.x/translation.html
+++ b/docs/pt-BR/1.10.x/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>Esse título será traduzido</translate>
-</h2>
+<h2>
+  <translate>Esse título será traduzido</translate>
+</h2>
 ...
 

Você também pode adicionar uma descrição opcional que dê mais contexto aos tradutores sobre como traduzir a string:

-
<p>
-  <translate desc="a peça de roupa, não o verbo">Saia</translate>
-<p>
-
+
<p>
+  <translate desc="a peça de roupa, não o verbo">Saia</translate>
+<p>
+

A tag <translate> geralmente funciona bem em strings de texto puro. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Em casos assim, você pode ou deixar essas strings sem tradução ou usar um monte de tags <translate> nas partes de texto puro dessa string.

diff --git a/docs/pt-BR/1.10.x/translation/index.html b/docs/pt-BR/1.10.x/translation/index.html index f06875d3b6..621e1af322 100644 --- a/docs/pt-BR/1.10.x/translation/index.html +++ b/docs/pt-BR/1.10.x/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>Esse título será traduzido</translate>
-</h2>
+<h2>
+  <translate>Esse título será traduzido</translate>
+</h2>
 ...
 

Você também pode adicionar uma descrição opcional que dê mais contexto aos tradutores sobre como traduzir a string:

-
<p>
-  <translate desc="a peça de roupa, não o verbo">Saia</translate>
-<p>
-
+
<p>
+  <translate desc="a peça de roupa, não o verbo">Saia</translate>
+<p>
+

A tag <translate> geralmente funciona bem em strings de texto puro. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Em casos assim, você pode ou deixar essas strings sem tradução ou usar um monte de tags <translate> nas partes de texto puro dessa string.

diff --git a/docs/pt-BR/1.11.x/api-pages.html b/docs/pt-BR/1.11.x/api-pages.html index 7e5c585605..2b3ad2ad9e 100644 --- a/docs/pt-BR/1.11.x/api-pages.html +++ b/docs/pt-BR/1.11.x/api-pages.html @@ -142,9 +142,9 @@ MyPage.title = 'Minha Descrição';

Exemplo:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.title = 'Minha Descrição';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.title = 'Minha Descrição';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. Por exemplo:

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/pt-BR/1.11.x/api-pages/index.html b/docs/pt-BR/1.11.x/api-pages/index.html
index 7e5c585605..2b3ad2ad9e 100644
--- a/docs/pt-BR/1.11.x/api-pages/index.html
+++ b/docs/pt-BR/1.11.x/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.title = 'Minha Descrição';
 

Exemplo:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.title = 'Minha Descrição';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.title = 'Minha Descrição';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. Por exemplo:

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/pt-BR/1.11.x/doc-markdown.html b/docs/pt-BR/1.11.x/doc-markdown.html
index e09bda79ef..c5aa90cf0f 100644
--- a/docs/pt-BR/1.11.x/doc-markdown.html
+++ b/docs/pt-BR/1.11.x/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Exemplo extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Clique aqui"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/pt-BR/1.11.x/doc-markdown/index.html b/docs/pt-BR/1.11.x/doc-markdown/index.html
index e09bda79ef..c5aa90cf0f 100644
--- a/docs/pt-BR/1.11.x/doc-markdown/index.html
+++ b/docs/pt-BR/1.11.x/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Exemplo extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Clique aqui"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/pt-BR/1.11.x/translation.html b/docs/pt-BR/1.11.x/translation.html
index 9308e07ea5..d48d283520 100644
--- a/docs/pt-BR/1.11.x/translation.html
+++ b/docs/pt-BR/1.11.x/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>Esse título será traduzido</translate>
-</h2>
+<h2>
+  <translate>Esse título será traduzido</translate>
+</h2>
 ...
 

Você também pode adicionar uma descrição opcional que dê mais contexto aos tradutores sobre como traduzir a string:

-
<p>
-  <translate desc="a peça de roupa, não o verbo">Saia</translate>
-<p>
-
+
<p>
+  <translate desc="a peça de roupa, não o verbo">Saia</translate>
+<p>
+

A tag <translate> geralmente funciona bem em strings de texto puro. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Em casos assim, você pode ou deixar essas strings sem tradução ou usar um monte de tags <translate> nas partes de texto puro dessa string.

diff --git a/docs/pt-BR/1.11.x/translation/index.html b/docs/pt-BR/1.11.x/translation/index.html index 9308e07ea5..d48d283520 100644 --- a/docs/pt-BR/1.11.x/translation/index.html +++ b/docs/pt-BR/1.11.x/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>Esse título será traduzido</translate>
-</h2>
+<h2>
+  <translate>Esse título será traduzido</translate>
+</h2>
 ...
 

Você também pode adicionar uma descrição opcional que dê mais contexto aos tradutores sobre como traduzir a string:

-
<p>
-  <translate desc="a peça de roupa, não o verbo">Saia</translate>
-<p>
-
+
<p>
+  <translate desc="a peça de roupa, não o verbo">Saia</translate>
+<p>
+

A tag <translate> geralmente funciona bem em strings de texto puro. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Em casos assim, você pode ou deixar essas strings sem tradução ou usar um monte de tags <translate> nas partes de texto puro dessa string.

diff --git a/docs/pt-BR/1.12.0/api-pages.html b/docs/pt-BR/1.12.0/api-pages.html index 0b555e2fb4..ec80a49019 100644 --- a/docs/pt-BR/1.12.0/api-pages.html +++ b/docs/pt-BR/1.12.0/api-pages.html @@ -142,9 +142,9 @@ MyPage.title = 'Minha Descrição';

Exemplo:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.title = 'Minha Descrição';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.title = 'Minha Descrição';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. Por exemplo:

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/pt-BR/1.12.0/api-pages/index.html b/docs/pt-BR/1.12.0/api-pages/index.html
index 0b555e2fb4..ec80a49019 100644
--- a/docs/pt-BR/1.12.0/api-pages/index.html
+++ b/docs/pt-BR/1.12.0/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.title = 'Minha Descrição';
 

Exemplo:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.title = 'Minha Descrição';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.title = 'Minha Descrição';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. Por exemplo:

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/pt-BR/1.12.0/doc-markdown.html b/docs/pt-BR/1.12.0/doc-markdown.html
index b61dad6492..0c120bb1d7 100644
--- a/docs/pt-BR/1.12.0/doc-markdown.html
+++ b/docs/pt-BR/1.12.0/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Exemplo extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Clique aqui"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/pt-BR/1.12.0/doc-markdown/index.html b/docs/pt-BR/1.12.0/doc-markdown/index.html
index b61dad6492..0c120bb1d7 100644
--- a/docs/pt-BR/1.12.0/doc-markdown/index.html
+++ b/docs/pt-BR/1.12.0/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Exemplo extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Clique aqui"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/pt-BR/1.12.0/translation.html b/docs/pt-BR/1.12.0/translation.html
index 87196ff5d7..d6faec6364 100644
--- a/docs/pt-BR/1.12.0/translation.html
+++ b/docs/pt-BR/1.12.0/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>Esse título será traduzido</translate>
-</h2>
+<h2>
+  <translate>Esse título será traduzido</translate>
+</h2>
 ...
 

Você também pode adicionar uma descrição opcional que dê mais contexto aos tradutores sobre como traduzir a string:

-
<p>
-  <translate desc="a peça de roupa, não o verbo">Saia</translate>
-<p>
-
+
<p>
+  <translate desc="a peça de roupa, não o verbo">Saia</translate>
+<p>
+

A tag <translate> geralmente funciona bem em strings de texto puro. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Em casos assim, você pode ou deixar essas strings sem tradução ou usar um monte de tags <translate> nas partes de texto puro dessa string.

diff --git a/docs/pt-BR/1.12.0/translation/index.html b/docs/pt-BR/1.12.0/translation/index.html index 87196ff5d7..d6faec6364 100644 --- a/docs/pt-BR/1.12.0/translation/index.html +++ b/docs/pt-BR/1.12.0/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>Esse título será traduzido</translate>
-</h2>
+<h2>
+  <translate>Esse título será traduzido</translate>
+</h2>
 ...
 

Você também pode adicionar uma descrição opcional que dê mais contexto aos tradutores sobre como traduzir a string:

-
<p>
-  <translate desc="a peça de roupa, não o verbo">Saia</translate>
-<p>
-
+
<p>
+  <translate desc="a peça de roupa, não o verbo">Saia</translate>
+<p>
+

A tag <translate> geralmente funciona bem em strings de texto puro. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Em casos assim, você pode ou deixar essas strings sem tradução ou usar um monte de tags <translate> nas partes de texto puro dessa string.

diff --git a/docs/pt-BR/1.13.0/api-pages.html b/docs/pt-BR/1.13.0/api-pages.html index 1cd29e738e..b2a8b5c5f6 100644 --- a/docs/pt-BR/1.13.0/api-pages.html +++ b/docs/pt-BR/1.13.0/api-pages.html @@ -142,9 +142,9 @@ MyPage.title = 'Minha Descrição';

Exemplo:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.title = 'Minha Descrição';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.title = 'Minha Descrição';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. Por exemplo:

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/pt-BR/1.13.0/api-pages/index.html b/docs/pt-BR/1.13.0/api-pages/index.html
index 1cd29e738e..b2a8b5c5f6 100644
--- a/docs/pt-BR/1.13.0/api-pages/index.html
+++ b/docs/pt-BR/1.13.0/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.title = 'Minha Descrição';
 

Exemplo:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.title = 'Minha Descrição';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.title = 'Minha Descrição';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. Por exemplo:

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/pt-BR/1.13.0/doc-markdown.html b/docs/pt-BR/1.13.0/doc-markdown.html
index 4315a1340f..b2810d6b46 100644
--- a/docs/pt-BR/1.13.0/doc-markdown.html
+++ b/docs/pt-BR/1.13.0/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Exemplo extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Clique aqui"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/pt-BR/1.13.0/doc-markdown/index.html b/docs/pt-BR/1.13.0/doc-markdown/index.html
index 4315a1340f..b2810d6b46 100644
--- a/docs/pt-BR/1.13.0/doc-markdown/index.html
+++ b/docs/pt-BR/1.13.0/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Exemplo extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Clique aqui"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/pt-BR/1.13.0/translation.html b/docs/pt-BR/1.13.0/translation.html
index 33f6679c43..fedc232771 100644
--- a/docs/pt-BR/1.13.0/translation.html
+++ b/docs/pt-BR/1.13.0/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>Esse título será traduzido</translate>
-</h2>
+<h2>
+  <translate>Esse título será traduzido</translate>
+</h2>
 ...
 

Você também pode adicionar uma descrição opcional que dê mais contexto aos tradutores sobre como traduzir a string:

-
<p>
-  <translate desc="a peça de roupa, não o verbo">Saia</translate>
-<p>
-
+
<p>
+  <translate desc="a peça de roupa, não o verbo">Saia</translate>
+<p>
+

A tag <translate> geralmente funciona bem em strings de texto puro. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Em casos assim, você pode ou deixar essas strings sem tradução ou usar um monte de tags <translate> nas partes de texto puro dessa string.

diff --git a/docs/pt-BR/1.13.0/translation/index.html b/docs/pt-BR/1.13.0/translation/index.html index 33f6679c43..fedc232771 100644 --- a/docs/pt-BR/1.13.0/translation/index.html +++ b/docs/pt-BR/1.13.0/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>Esse título será traduzido</translate>
-</h2>
+<h2>
+  <translate>Esse título será traduzido</translate>
+</h2>
 ...
 

Você também pode adicionar uma descrição opcional que dê mais contexto aos tradutores sobre como traduzir a string:

-
<p>
-  <translate desc="a peça de roupa, não o verbo">Saia</translate>
-<p>
-
+
<p>
+  <translate desc="a peça de roupa, não o verbo">Saia</translate>
+<p>
+

A tag <translate> geralmente funciona bem em strings de texto puro. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Em casos assim, você pode ou deixar essas strings sem tradução ou usar um monte de tags <translate> nas partes de texto puro dessa string.

diff --git a/docs/pt-BR/1.9.x/api-pages.html b/docs/pt-BR/1.9.x/api-pages.html index cf10b36cbb..4c0bf2bfdd 100644 --- a/docs/pt-BR/1.9.x/api-pages.html +++ b/docs/pt-BR/1.9.x/api-pages.html @@ -142,9 +142,9 @@ MyPage.title = 'Minha Descrição';

Exemplo:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.title = 'Minha Descrição';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.title = 'Minha Descrição';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. Por exemplo:

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/pt-BR/1.9.x/api-pages/index.html b/docs/pt-BR/1.9.x/api-pages/index.html
index cf10b36cbb..4c0bf2bfdd 100644
--- a/docs/pt-BR/1.9.x/api-pages/index.html
+++ b/docs/pt-BR/1.9.x/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.title = 'Minha Descrição';
 

Exemplo:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.title = 'Minha Descrição';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.title = 'Minha Descrição';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. Por exemplo:

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/pt-BR/1.9.x/doc-markdown.html b/docs/pt-BR/1.9.x/doc-markdown.html
index 58ee629998..8d1c320a59 100644
--- a/docs/pt-BR/1.9.x/doc-markdown.html
+++ b/docs/pt-BR/1.9.x/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Exemplo extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Clique aqui"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/pt-BR/1.9.x/doc-markdown/index.html b/docs/pt-BR/1.9.x/doc-markdown/index.html
index 58ee629998..8d1c320a59 100644
--- a/docs/pt-BR/1.9.x/doc-markdown/index.html
+++ b/docs/pt-BR/1.9.x/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Exemplo extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Clique aqui"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/pt-BR/1.9.x/translation.html b/docs/pt-BR/1.9.x/translation.html
index 67cab30764..15c75dabf9 100644
--- a/docs/pt-BR/1.9.x/translation.html
+++ b/docs/pt-BR/1.9.x/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>Esse título será traduzido</translate>
-</h2>
+<h2>
+  <translate>Esse título será traduzido</translate>
+</h2>
 ...
 

Você também pode adicionar uma descrição opcional que dê mais contexto aos tradutores sobre como traduzir a string:

-
<p>
-  <translate desc="a peça de roupa, não o verbo">Saia</translate>
-<p>
-
+
<p>
+  <translate desc="a peça de roupa, não o verbo">Saia</translate>
+<p>
+

A tag <translate> geralmente funciona bem em strings de texto puro. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Em casos assim, você pode ou deixar essas strings sem tradução ou usar um monte de tags <translate> nas partes de texto puro dessa string.

diff --git a/docs/pt-BR/1.9.x/translation/index.html b/docs/pt-BR/1.9.x/translation/index.html index 67cab30764..15c75dabf9 100644 --- a/docs/pt-BR/1.9.x/translation/index.html +++ b/docs/pt-BR/1.9.x/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>Esse título será traduzido</translate>
-</h2>
+<h2>
+  <translate>Esse título será traduzido</translate>
+</h2>
 ...
 

Você também pode adicionar uma descrição opcional que dê mais contexto aos tradutores sobre como traduzir a string:

-
<p>
-  <translate desc="a peça de roupa, não o verbo">Saia</translate>
-<p>
-
+
<p>
+  <translate desc="a peça de roupa, não o verbo">Saia</translate>
+<p>
+

A tag <translate> geralmente funciona bem em strings de texto puro. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Em casos assim, você pode ou deixar essas strings sem tradução ou usar um monte de tags <translate> nas partes de texto puro dessa string.

diff --git a/docs/pt-BR/api-pages.html b/docs/pt-BR/api-pages.html index 1991ef8e8f..d157e94d83 100644 --- a/docs/pt-BR/api-pages.html +++ b/docs/pt-BR/api-pages.html @@ -142,9 +142,9 @@ MyPage.title = 'Minha Descrição';

Exemplo:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.title = 'Minha Descrição';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.title = 'Minha Descrição';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. Por exemplo:

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/pt-BR/api-pages/index.html b/docs/pt-BR/api-pages/index.html
index 1991ef8e8f..d157e94d83 100644
--- a/docs/pt-BR/api-pages/index.html
+++ b/docs/pt-BR/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.title = 'Minha Descrição';
 

Exemplo:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.title = 'Minha Descrição';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.title = 'Minha Descrição';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. Por exemplo:

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/pt-BR/doc-markdown.html b/docs/pt-BR/doc-markdown.html
index 17b15022e8..ef6e54a04d 100644
--- a/docs/pt-BR/doc-markdown.html
+++ b/docs/pt-BR/doc-markdown.html
@@ -232,13 +232,13 @@ ReactDOM.render(<h1>Olá, mundo!</h1>, document.getElementById('root
 
class Exemplo extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Clique aqui"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/pt-BR/doc-markdown/index.html b/docs/pt-BR/doc-markdown/index.html
index 17b15022e8..ef6e54a04d 100644
--- a/docs/pt-BR/doc-markdown/index.html
+++ b/docs/pt-BR/doc-markdown/index.html
@@ -232,13 +232,13 @@ ReactDOM.render(<h1>Olá, mundo!</h1>, document.getElementById('root
 
class Exemplo extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Clique aqui"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/pt-BR/next/api-pages.html b/docs/pt-BR/next/api-pages.html
index 7713f922c6..e5b02d1294 100644
--- a/docs/pt-BR/next/api-pages.html
+++ b/docs/pt-BR/next/api-pages.html
@@ -142,9 +142,9 @@ MyPage.title = 'Minha Descrição';
 

Exemplo:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.title = 'Minha Descrição';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.title = 'Minha Descrição';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. Por exemplo:

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/pt-BR/next/api-pages/index.html b/docs/pt-BR/next/api-pages/index.html
index 7713f922c6..e5b02d1294 100644
--- a/docs/pt-BR/next/api-pages/index.html
+++ b/docs/pt-BR/next/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.title = 'Minha Descrição';
 

Exemplo:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.title = 'Minha Descrição';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.title = 'Minha Descrição';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. Por exemplo:

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/pt-BR/next/doc-markdown.html b/docs/pt-BR/next/doc-markdown.html
index efcb8b0dc8..1c227da687 100644
--- a/docs/pt-BR/next/doc-markdown.html
+++ b/docs/pt-BR/next/doc-markdown.html
@@ -217,13 +217,13 @@ usePrism: ['jsx']
 
class Exemplo extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Clique aqui"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/pt-BR/next/doc-markdown/index.html b/docs/pt-BR/next/doc-markdown/index.html
index efcb8b0dc8..1c227da687 100644
--- a/docs/pt-BR/next/doc-markdown/index.html
+++ b/docs/pt-BR/next/doc-markdown/index.html
@@ -217,13 +217,13 @@ usePrism: ['jsx']
 
class Exemplo extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Clique aqui"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/pt-BR/next/translation.html b/docs/pt-BR/next/translation.html
index b3009cd1f7..99eaceec1e 100644
--- a/docs/pt-BR/next/translation.html
+++ b/docs/pt-BR/next/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>Esse título será traduzido</translate>
-</h2>
+<h2>
+  <translate>Esse título será traduzido</translate>
+</h2>
 ...
 

Você também pode adicionar uma descrição opcional que dê mais contexto aos tradutores sobre como traduzir a string:

-
<p>
-  <translate desc="a peça de roupa, não o verbo">Saia</translate>
-<p>
-
+
<p>
+  <translate desc="a peça de roupa, não o verbo">Saia</translate>
+<p>
+

A tag <translate> geralmente funciona bem em strings de texto puro. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Em casos assim, você pode ou deixar essas strings sem tradução ou usar um monte de tags <translate> nas partes de texto puro dessa string.

diff --git a/docs/pt-BR/next/translation/index.html b/docs/pt-BR/next/translation/index.html index b3009cd1f7..99eaceec1e 100644 --- a/docs/pt-BR/next/translation/index.html +++ b/docs/pt-BR/next/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>Esse título será traduzido</translate>
-</h2>
+<h2>
+  <translate>Esse título será traduzido</translate>
+</h2>
 ...
 

Você também pode adicionar uma descrição opcional que dê mais contexto aos tradutores sobre como traduzir a string:

-
<p>
-  <translate desc="a peça de roupa, não o verbo">Saia</translate>
-<p>
-
+
<p>
+  <translate desc="a peça de roupa, não o verbo">Saia</translate>
+<p>
+

A tag <translate> geralmente funciona bem em strings de texto puro. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Em casos assim, você pode ou deixar essas strings sem tradução ou usar um monte de tags <translate> nas partes de texto puro dessa string.

diff --git a/docs/pt-BR/translation.html b/docs/pt-BR/translation.html index 53130a2b18..e2d6cfc143 100644 --- a/docs/pt-BR/translation.html +++ b/docs/pt-BR/translation.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Você também pode adicionar uma descrição opcional que dê mais contexto aos tradutores sobre como traduzir a string:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

A tag <translate> geralmente funciona bem em strings de texto puro. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Em casos assim, você pode ou deixar essas strings sem tradução ou usar um monte de tags <translate> nas partes de texto puro dessa string.

diff --git a/docs/pt-BR/translation/index.html b/docs/pt-BR/translation/index.html index 53130a2b18..e2d6cfc143 100644 --- a/docs/pt-BR/translation/index.html +++ b/docs/pt-BR/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Você também pode adicionar uma descrição opcional que dê mais contexto aos tradutores sobre como traduzir a string:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

A tag <translate> geralmente funciona bem em strings de texto puro. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Em casos assim, você pode ou deixar essas strings sem tradução ou usar um monte de tags <translate> nas partes de texto puro dessa string.

diff --git a/docs/ro/1.10.x/api-pages.html b/docs/ro/1.10.x/api-pages.html index cd631378f9..c7bc5a5edb 100644 --- a/docs/ro/1.10.x/api-pages.html +++ b/docs/ro/1.10.x/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

Exemplu:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

LibrărieComp.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

LibrărieComp.BlocGrilă

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ro/1.10.x/api-pages/index.html b/docs/ro/1.10.x/api-pages/index.html
index cd631378f9..c7bc5a5edb 100644
--- a/docs/ro/1.10.x/api-pages/index.html
+++ b/docs/ro/1.10.x/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

Exemplu:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

LibrărieComp.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

LibrărieComp.BlocGrilă

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ro/1.10.x/doc-markdown.html b/docs/ro/1.10.x/doc-markdown.html
index 6b976818e9..bdd250289e 100644
--- a/docs/ro/1.10.x/doc-markdown.html
+++ b/docs/ro/1.10.x/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ro/1.10.x/doc-markdown/index.html b/docs/ro/1.10.x/doc-markdown/index.html
index 6b976818e9..bdd250289e 100644
--- a/docs/ro/1.10.x/doc-markdown/index.html
+++ b/docs/ro/1.10.x/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ro/1.10.x/translation.html b/docs/ro/1.10.x/translation.html
index 4d69828727..d46959a8b8 100644
--- a/docs/ro/1.10.x/translation.html
+++ b/docs/ro/1.10.x/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Poţi deasemenea să incluzi un atribut de descriere opțională pentru a da mai mult context pentru un traducător despre cum să traducă acel șir:

-
<p>
-  <traduce desc="floare, nu verb">Rose</traduce>
-<p>
-
+
<p>
+  <traduce desc="floare, nu verb">Rose</traduce>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/ro/1.10.x/translation/index.html b/docs/ro/1.10.x/translation/index.html index 4d69828727..d46959a8b8 100644 --- a/docs/ro/1.10.x/translation/index.html +++ b/docs/ro/1.10.x/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Poţi deasemenea să incluzi un atribut de descriere opțională pentru a da mai mult context pentru un traducător despre cum să traducă acel șir:

-
<p>
-  <traduce desc="floare, nu verb">Rose</traduce>
-<p>
-
+
<p>
+  <traduce desc="floare, nu verb">Rose</traduce>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/ro/1.11.x/api-pages.html b/docs/ro/1.11.x/api-pages.html index 3f3afc0c3a..fc24d6e140 100644 --- a/docs/ro/1.11.x/api-pages.html +++ b/docs/ro/1.11.x/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

Exemplu:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

LibrărieComp.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

LibrărieComp.BlocGrilă

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ro/1.11.x/api-pages/index.html b/docs/ro/1.11.x/api-pages/index.html
index 3f3afc0c3a..fc24d6e140 100644
--- a/docs/ro/1.11.x/api-pages/index.html
+++ b/docs/ro/1.11.x/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

Exemplu:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

LibrărieComp.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

LibrărieComp.BlocGrilă

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ro/1.11.x/doc-markdown.html b/docs/ro/1.11.x/doc-markdown.html
index 0eeda6b1f7..cda826f6b2 100644
--- a/docs/ro/1.11.x/doc-markdown.html
+++ b/docs/ro/1.11.x/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ro/1.11.x/doc-markdown/index.html b/docs/ro/1.11.x/doc-markdown/index.html
index 0eeda6b1f7..cda826f6b2 100644
--- a/docs/ro/1.11.x/doc-markdown/index.html
+++ b/docs/ro/1.11.x/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ro/1.11.x/translation.html b/docs/ro/1.11.x/translation.html
index 998bbc6c12..089d8b59b6 100644
--- a/docs/ro/1.11.x/translation.html
+++ b/docs/ro/1.11.x/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Poţi deasemenea să incluzi un atribut de descriere opțională pentru a da mai mult context pentru un traducător despre cum să traducă acel șir:

-
<p>
-  <traduce desc="floare, nu verb">Rose</traduce>
-<p>
-
+
<p>
+  <traduce desc="floare, nu verb">Rose</traduce>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/ro/1.11.x/translation/index.html b/docs/ro/1.11.x/translation/index.html index 998bbc6c12..089d8b59b6 100644 --- a/docs/ro/1.11.x/translation/index.html +++ b/docs/ro/1.11.x/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Poţi deasemenea să incluzi un atribut de descriere opțională pentru a da mai mult context pentru un traducător despre cum să traducă acel șir:

-
<p>
-  <traduce desc="floare, nu verb">Rose</traduce>
-<p>
-
+
<p>
+  <traduce desc="floare, nu verb">Rose</traduce>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/ro/1.12.0/api-pages.html b/docs/ro/1.12.0/api-pages.html index 11760c43b7..84a99305a3 100644 --- a/docs/ro/1.12.0/api-pages.html +++ b/docs/ro/1.12.0/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

Exemplu:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

LibrărieComp.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

LibrărieComp.BlocGrilă

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ro/1.12.0/api-pages/index.html b/docs/ro/1.12.0/api-pages/index.html
index 11760c43b7..84a99305a3 100644
--- a/docs/ro/1.12.0/api-pages/index.html
+++ b/docs/ro/1.12.0/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

Exemplu:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

LibrărieComp.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

LibrărieComp.BlocGrilă

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ro/1.12.0/doc-markdown.html b/docs/ro/1.12.0/doc-markdown.html
index b26597f445..28e089c4e1 100644
--- a/docs/ro/1.12.0/doc-markdown.html
+++ b/docs/ro/1.12.0/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ro/1.12.0/doc-markdown/index.html b/docs/ro/1.12.0/doc-markdown/index.html
index b26597f445..28e089c4e1 100644
--- a/docs/ro/1.12.0/doc-markdown/index.html
+++ b/docs/ro/1.12.0/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ro/1.12.0/translation.html b/docs/ro/1.12.0/translation.html
index 1579bb1f78..818ee169f8 100644
--- a/docs/ro/1.12.0/translation.html
+++ b/docs/ro/1.12.0/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Poţi deasemenea să incluzi un atribut de descriere opțională pentru a da mai mult context pentru un traducător despre cum să traducă acel șir:

-
<p>
-  <traduce desc="floare, nu verb">Rose</traduce>
-<p>
-
+
<p>
+  <traduce desc="floare, nu verb">Rose</traduce>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/ro/1.12.0/translation/index.html b/docs/ro/1.12.0/translation/index.html index 1579bb1f78..818ee169f8 100644 --- a/docs/ro/1.12.0/translation/index.html +++ b/docs/ro/1.12.0/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Poţi deasemenea să incluzi un atribut de descriere opțională pentru a da mai mult context pentru un traducător despre cum să traducă acel șir:

-
<p>
-  <traduce desc="floare, nu verb">Rose</traduce>
-<p>
-
+
<p>
+  <traduce desc="floare, nu verb">Rose</traduce>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/ro/1.13.0/api-pages.html b/docs/ro/1.13.0/api-pages.html index cf06f01c84..49bdefb83b 100644 --- a/docs/ro/1.13.0/api-pages.html +++ b/docs/ro/1.13.0/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

Exemplu:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

LibrărieComp.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

LibrărieComp.BlocGrilă

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ro/1.13.0/api-pages/index.html b/docs/ro/1.13.0/api-pages/index.html
index cf06f01c84..49bdefb83b 100644
--- a/docs/ro/1.13.0/api-pages/index.html
+++ b/docs/ro/1.13.0/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

Exemplu:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

LibrărieComp.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

LibrărieComp.BlocGrilă

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ro/1.13.0/doc-markdown.html b/docs/ro/1.13.0/doc-markdown.html
index e6a2f86e80..9eab66ab72 100644
--- a/docs/ro/1.13.0/doc-markdown.html
+++ b/docs/ro/1.13.0/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ro/1.13.0/doc-markdown/index.html b/docs/ro/1.13.0/doc-markdown/index.html
index e6a2f86e80..9eab66ab72 100644
--- a/docs/ro/1.13.0/doc-markdown/index.html
+++ b/docs/ro/1.13.0/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ro/1.13.0/translation.html b/docs/ro/1.13.0/translation.html
index ae5194e6f4..ade9dfc10a 100644
--- a/docs/ro/1.13.0/translation.html
+++ b/docs/ro/1.13.0/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Poţi deasemenea să incluzi un atribut de descriere opțională pentru a da mai mult context pentru un traducător despre cum să traducă acel șir:

-
<p>
-  <traduce desc="floare, nu verb">Rose</traduce>
-<p>
-
+
<p>
+  <traduce desc="floare, nu verb">Rose</traduce>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/ro/1.13.0/translation/index.html b/docs/ro/1.13.0/translation/index.html index ae5194e6f4..ade9dfc10a 100644 --- a/docs/ro/1.13.0/translation/index.html +++ b/docs/ro/1.13.0/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Poţi deasemenea să incluzi un atribut de descriere opțională pentru a da mai mult context pentru un traducător despre cum să traducă acel șir:

-
<p>
-  <traduce desc="floare, nu verb">Rose</traduce>
-<p>
-
+
<p>
+  <traduce desc="floare, nu verb">Rose</traduce>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/ro/1.9.x/api-pages.html b/docs/ro/1.9.x/api-pages.html index bf247028c1..93bc6aaa75 100644 --- a/docs/ro/1.9.x/api-pages.html +++ b/docs/ro/1.9.x/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

Exemplu:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

LibrărieComp.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

LibrărieComp.BlocGrilă

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ro/1.9.x/api-pages/index.html b/docs/ro/1.9.x/api-pages/index.html
index bf247028c1..93bc6aaa75 100644
--- a/docs/ro/1.9.x/api-pages/index.html
+++ b/docs/ro/1.9.x/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

Exemplu:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

LibrărieComp.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

LibrărieComp.BlocGrilă

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ro/1.9.x/doc-markdown.html b/docs/ro/1.9.x/doc-markdown.html
index b7407b6d3b..8031758881 100644
--- a/docs/ro/1.9.x/doc-markdown.html
+++ b/docs/ro/1.9.x/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ro/1.9.x/doc-markdown/index.html b/docs/ro/1.9.x/doc-markdown/index.html
index b7407b6d3b..8031758881 100644
--- a/docs/ro/1.9.x/doc-markdown/index.html
+++ b/docs/ro/1.9.x/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ro/1.9.x/translation.html b/docs/ro/1.9.x/translation.html
index 6214a116a6..d64cccb1ca 100644
--- a/docs/ro/1.9.x/translation.html
+++ b/docs/ro/1.9.x/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Poţi deasemenea să incluzi un atribut de descriere opțională pentru a da mai mult context pentru un traducător despre cum să traducă acel șir:

-
<p>
-  <traduce desc="floare, nu verb">Rose</traduce>
-<p>
-
+
<p>
+  <traduce desc="floare, nu verb">Rose</traduce>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/ro/1.9.x/translation/index.html b/docs/ro/1.9.x/translation/index.html index 6214a116a6..d64cccb1ca 100644 --- a/docs/ro/1.9.x/translation/index.html +++ b/docs/ro/1.9.x/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Poţi deasemenea să incluzi un atribut de descriere opțională pentru a da mai mult context pentru un traducător despre cum să traducă acel șir:

-
<p>
-  <traduce desc="floare, nu verb">Rose</traduce>
-<p>
-
+
<p>
+  <traduce desc="floare, nu verb">Rose</traduce>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/ro/api-pages.html b/docs/ro/api-pages.html index 3b298540f7..75f4c6e7d4 100644 --- a/docs/ro/api-pages.html +++ b/docs/ro/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

Exemplu:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

LibrărieComp.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

LibrărieComp.BlocGrilă

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ro/api-pages/index.html b/docs/ro/api-pages/index.html
index 3b298540f7..75f4c6e7d4 100644
--- a/docs/ro/api-pages/index.html
+++ b/docs/ro/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

Exemplu:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

LibrărieComp.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

LibrărieComp.BlocGrilă

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ro/doc-markdown.html b/docs/ro/doc-markdown.html
index cb8061d7e6..fbc9062caf 100644
--- a/docs/ro/doc-markdown.html
+++ b/docs/ro/doc-markdown.html
@@ -232,13 +232,13 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ro/doc-markdown/index.html b/docs/ro/doc-markdown/index.html
index cb8061d7e6..fbc9062caf 100644
--- a/docs/ro/doc-markdown/index.html
+++ b/docs/ro/doc-markdown/index.html
@@ -232,13 +232,13 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ro/next/api-pages.html b/docs/ro/next/api-pages.html
index f0a4f1b830..7a8fb03e59 100644
--- a/docs/ro/next/api-pages.html
+++ b/docs/ro/next/api-pages.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

Exemplu:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

LibrărieComp.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

LibrărieComp.BlocGrilă

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ro/next/api-pages/index.html b/docs/ro/next/api-pages/index.html
index f0a4f1b830..7a8fb03e59 100644
--- a/docs/ro/next/api-pages/index.html
+++ b/docs/ro/next/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

Exemplu:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

LibrărieComp.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

LibrărieComp.BlocGrilă

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ro/next/doc-markdown.html b/docs/ro/next/doc-markdown.html
index 9ff35be6e0..ce810fa990 100644
--- a/docs/ro/next/doc-markdown.html
+++ b/docs/ro/next/doc-markdown.html
@@ -217,13 +217,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ro/next/doc-markdown/index.html b/docs/ro/next/doc-markdown/index.html
index 9ff35be6e0..ce810fa990 100644
--- a/docs/ro/next/doc-markdown/index.html
+++ b/docs/ro/next/doc-markdown/index.html
@@ -217,13 +217,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ro/next/translation.html b/docs/ro/next/translation.html
index 439d01df9b..e0b8d29123 100644
--- a/docs/ro/next/translation.html
+++ b/docs/ro/next/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Poţi deasemenea să incluzi un atribut de descriere opțională pentru a da mai mult context pentru un traducător despre cum să traducă acel șir:

-
<p>
-  <traduce desc="floare, nu verb">Rose</traduce>
-<p>
-
+
<p>
+  <traduce desc="floare, nu verb">Rose</traduce>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/ro/next/translation/index.html b/docs/ro/next/translation/index.html index 439d01df9b..e0b8d29123 100644 --- a/docs/ro/next/translation/index.html +++ b/docs/ro/next/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Poţi deasemenea să incluzi un atribut de descriere opțională pentru a da mai mult context pentru un traducător despre cum să traducă acel șir:

-
<p>
-  <traduce desc="floare, nu verb">Rose</traduce>
-<p>
-
+
<p>
+  <traduce desc="floare, nu verb">Rose</traduce>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/ro/translation.html b/docs/ro/translation.html index b33a689c0c..d7468b761b 100644 --- a/docs/ro/translation.html +++ b/docs/ro/translation.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Poţi deasemenea să incluzi un atribut de descriere opțională pentru a da mai mult context pentru un traducător despre cum să traducă acel șir:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/ro/translation/index.html b/docs/ro/translation/index.html index b33a689c0c..d7468b761b 100644 --- a/docs/ro/translation/index.html +++ b/docs/ro/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Poţi deasemenea să incluzi un atribut de descriere opțională pentru a da mai mult context pentru un traducător despre cum să traducă acel șir:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/ru/1.10.x/api-pages.html b/docs/ru/1.10.x/api-pages.html index 3122063811..097a2e6d0f 100644 --- a/docs/ru/1.10.x/api-pages.html +++ b/docs/ru/1.10.x/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

Например:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Синтаксис Markdown для ссылок](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Синтаксис Markdown для ссылок](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

Компонент-контейнер, использующий стили Docusaurus. Имеет настройки внутреннего отступа и цвета фона, которые вы можете указать.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

Компонент React для размещения текста и изображений.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Перевод строк

Когда перевод подключен, любая страница внутри каталога website/pages/en будет переведена на все подключенные языки. URL-адреса для страниц не на английском языке будут использовать языковые теги, указанные в файле languages.js. Например, URL для переведенной на французский язык страницы website/pages/en/help.js будет иметь вид ${baseUrl}fr/help.html.

Когда вы составляете страницу, которую желаете перевести, оберните каждую строку внутри нее в тег <translate>. Например:

-
<p>
-  <translate>Мне нравится переводить</translate>
-</p>
+
<p>
+  <translate>Мне нравится переводить</translate>
+</p>
 

Вы также можете предоставить необязательный атрибут описания, что показать контекст переводчикам. Например,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Добавьте также следующее выражение require:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ru/1.10.x/api-pages/index.html b/docs/ru/1.10.x/api-pages/index.html
index 3122063811..097a2e6d0f 100644
--- a/docs/ru/1.10.x/api-pages/index.html
+++ b/docs/ru/1.10.x/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

Например:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Синтаксис Markdown для ссылок](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Синтаксис Markdown для ссылок](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

Компонент-контейнер, использующий стили Docusaurus. Имеет настройки внутреннего отступа и цвета фона, которые вы можете указать.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

Компонент React для размещения текста и изображений.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Перевод строк

Когда перевод подключен, любая страница внутри каталога website/pages/en будет переведена на все подключенные языки. URL-адреса для страниц не на английском языке будут использовать языковые теги, указанные в файле languages.js. Например, URL для переведенной на французский язык страницы website/pages/en/help.js будет иметь вид ${baseUrl}fr/help.html.

Когда вы составляете страницу, которую желаете перевести, оберните каждую строку внутри нее в тег <translate>. Например:

-
<p>
-  <translate>Мне нравится переводить</translate>
-</p>
+
<p>
+  <translate>Мне нравится переводить</translate>
+</p>
 

Вы также можете предоставить необязательный атрибут описания, что показать контекст переводчикам. Например,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Добавьте также следующее выражение require:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ru/1.10.x/doc-markdown.html b/docs/ru/1.10.x/doc-markdown.html
index 36c405b96f..c56856c553 100644
--- a/docs/ru/1.10.x/doc-markdown.html
+++ b/docs/ru/1.10.x/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ru/1.10.x/doc-markdown/index.html b/docs/ru/1.10.x/doc-markdown/index.html
index 36c405b96f..c56856c553 100644
--- a/docs/ru/1.10.x/doc-markdown/index.html
+++ b/docs/ru/1.10.x/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ru/1.10.x/translation.html b/docs/ru/1.10.x/translation.html
index 243d97ca51..6a2fa61f27 100644
--- a/docs/ru/1.10.x/translation.html
+++ b/docs/ru/1.10.x/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Вы также можете добавить описание - необязательный атрибут desc, чтобы дать больше информации переводчику о том, как переводить строку:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

Тег <translate> в общем случае хорошо работает на чистых строках. Если у вас есть строка вида "Docusaurus currently provides support to help your website use translations", то обернув её целиком в тег &lt;translation&gt; вы столкнетесь с проблемами, т. к. строка содержит ссылки markdown и прочее. В этом случае вы можете либо не переводить такую строку, либо обернуть в тег &lt;translate&gt; её каждую чистую подстроку.

diff --git a/docs/ru/1.10.x/translation/index.html b/docs/ru/1.10.x/translation/index.html index 243d97ca51..6a2fa61f27 100644 --- a/docs/ru/1.10.x/translation/index.html +++ b/docs/ru/1.10.x/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Вы также можете добавить описание - необязательный атрибут desc, чтобы дать больше информации переводчику о том, как переводить строку:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

Тег <translate> в общем случае хорошо работает на чистых строках. Если у вас есть строка вида "Docusaurus currently provides support to help your website use translations", то обернув её целиком в тег &lt;translation&gt; вы столкнетесь с проблемами, т. к. строка содержит ссылки markdown и прочее. В этом случае вы можете либо не переводить такую строку, либо обернуть в тег &lt;translate&gt; её каждую чистую подстроку.

diff --git a/docs/ru/1.11.x/api-pages.html b/docs/ru/1.11.x/api-pages.html index 26fdf24341..e7c4752985 100644 --- a/docs/ru/1.11.x/api-pages.html +++ b/docs/ru/1.11.x/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

Например:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Синтаксис Markdown для ссылок](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Синтаксис Markdown для ссылок](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

Компонент-контейнер, использующий стили Docusaurus. Имеет настройки внутреннего отступа и цвета фона, которые вы можете указать.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

Компонент React для размещения текста и изображений.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Перевод строк

Когда перевод подключен, любая страница внутри каталога website/pages/en будет переведена на все подключенные языки. URL-адреса для страниц не на английском языке будут использовать языковые теги, указанные в файле languages.js. Например, URL для переведенной на французский язык страницы website/pages/en/help.js будет иметь вид ${baseUrl}fr/help.html.

Когда вы составляете страницу, которую желаете перевести, оберните каждую строку внутри нее в тег <translate>. Например:

-
<p>
-  <translate>Мне нравится переводить</translate>
-</p>
+
<p>
+  <translate>Мне нравится переводить</translate>
+</p>
 

Вы также можете предоставить необязательный атрибут описания, что показать контекст переводчикам. Например,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Добавьте также следующее выражение require:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ru/1.11.x/api-pages/index.html b/docs/ru/1.11.x/api-pages/index.html
index 26fdf24341..e7c4752985 100644
--- a/docs/ru/1.11.x/api-pages/index.html
+++ b/docs/ru/1.11.x/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

Например:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Синтаксис Markdown для ссылок](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Синтаксис Markdown для ссылок](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

Компонент-контейнер, использующий стили Docusaurus. Имеет настройки внутреннего отступа и цвета фона, которые вы можете указать.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

Компонент React для размещения текста и изображений.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Перевод строк

Когда перевод подключен, любая страница внутри каталога website/pages/en будет переведена на все подключенные языки. URL-адреса для страниц не на английском языке будут использовать языковые теги, указанные в файле languages.js. Например, URL для переведенной на французский язык страницы website/pages/en/help.js будет иметь вид ${baseUrl}fr/help.html.

Когда вы составляете страницу, которую желаете перевести, оберните каждую строку внутри нее в тег <translate>. Например:

-
<p>
-  <translate>Мне нравится переводить</translate>
-</p>
+
<p>
+  <translate>Мне нравится переводить</translate>
+</p>
 

Вы также можете предоставить необязательный атрибут описания, что показать контекст переводчикам. Например,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Добавьте также следующее выражение require:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ru/1.11.x/doc-markdown.html b/docs/ru/1.11.x/doc-markdown.html
index c901636706..9b314fe66a 100644
--- a/docs/ru/1.11.x/doc-markdown.html
+++ b/docs/ru/1.11.x/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ru/1.11.x/doc-markdown/index.html b/docs/ru/1.11.x/doc-markdown/index.html
index c901636706..9b314fe66a 100644
--- a/docs/ru/1.11.x/doc-markdown/index.html
+++ b/docs/ru/1.11.x/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ru/1.11.x/translation.html b/docs/ru/1.11.x/translation.html
index ce6d9749cc..acb7b01228 100644
--- a/docs/ru/1.11.x/translation.html
+++ b/docs/ru/1.11.x/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Вы также можете добавить описание - необязательный атрибут desc, чтобы дать больше информации переводчику о том, как переводить строку:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

Тег <translate> в общем случае хорошо работает на чистых строках. Если у вас есть строка вида "Docusaurus currently provides support to help your website use translations", то обернув её целиком в тег &lt;translation&gt; вы столкнетесь с проблемами, т. к. строка содержит ссылки markdown и прочее. В этом случае вы можете либо не переводить такую строку, либо обернуть в тег &lt;translate&gt; её каждую чистую подстроку.

diff --git a/docs/ru/1.11.x/translation/index.html b/docs/ru/1.11.x/translation/index.html index ce6d9749cc..acb7b01228 100644 --- a/docs/ru/1.11.x/translation/index.html +++ b/docs/ru/1.11.x/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Вы также можете добавить описание - необязательный атрибут desc, чтобы дать больше информации переводчику о том, как переводить строку:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

Тег <translate> в общем случае хорошо работает на чистых строках. Если у вас есть строка вида "Docusaurus currently provides support to help your website use translations", то обернув её целиком в тег &lt;translation&gt; вы столкнетесь с проблемами, т. к. строка содержит ссылки markdown и прочее. В этом случае вы можете либо не переводить такую строку, либо обернуть в тег &lt;translate&gt; её каждую чистую подстроку.

diff --git a/docs/ru/1.12.0/api-pages.html b/docs/ru/1.12.0/api-pages.html index b50a33159f..e8d3d944a3 100644 --- a/docs/ru/1.12.0/api-pages.html +++ b/docs/ru/1.12.0/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

Например:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Синтаксис Markdown для ссылок](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Синтаксис Markdown для ссылок](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

Компонент-контейнер, использующий стили Docusaurus. Имеет настройки внутреннего отступа и цвета фона, которые вы можете указать.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

Компонент React для размещения текста и изображений.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Перевод строк

Когда перевод подключен, любая страница внутри каталога website/pages/en будет переведена на все подключенные языки. URL-адреса для страниц не на английском языке будут использовать языковые теги, указанные в файле languages.js. Например, URL для переведенной на французский язык страницы website/pages/en/help.js будет иметь вид ${baseUrl}fr/help.html.

Когда вы составляете страницу, которую желаете перевести, оберните каждую строку внутри нее в тег <translate>. Например:

-
<p>
-  <translate>Мне нравится переводить</translate>
-</p>
+
<p>
+  <translate>Мне нравится переводить</translate>
+</p>
 

Вы также можете предоставить необязательный атрибут описания, что показать контекст переводчикам. Например,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Добавьте также следующее выражение require:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ru/1.12.0/api-pages/index.html b/docs/ru/1.12.0/api-pages/index.html
index b50a33159f..e8d3d944a3 100644
--- a/docs/ru/1.12.0/api-pages/index.html
+++ b/docs/ru/1.12.0/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

Например:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Синтаксис Markdown для ссылок](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Синтаксис Markdown для ссылок](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

Компонент-контейнер, использующий стили Docusaurus. Имеет настройки внутреннего отступа и цвета фона, которые вы можете указать.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

Компонент React для размещения текста и изображений.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Перевод строк

Когда перевод подключен, любая страница внутри каталога website/pages/en будет переведена на все подключенные языки. URL-адреса для страниц не на английском языке будут использовать языковые теги, указанные в файле languages.js. Например, URL для переведенной на французский язык страницы website/pages/en/help.js будет иметь вид ${baseUrl}fr/help.html.

Когда вы составляете страницу, которую желаете перевести, оберните каждую строку внутри нее в тег <translate>. Например:

-
<p>
-  <translate>Мне нравится переводить</translate>
-</p>
+
<p>
+  <translate>Мне нравится переводить</translate>
+</p>
 

Вы также можете предоставить необязательный атрибут описания, что показать контекст переводчикам. Например,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Добавьте также следующее выражение require:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ru/1.12.0/doc-markdown.html b/docs/ru/1.12.0/doc-markdown.html
index cbbe3981c3..be466d3308 100644
--- a/docs/ru/1.12.0/doc-markdown.html
+++ b/docs/ru/1.12.0/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ru/1.12.0/doc-markdown/index.html b/docs/ru/1.12.0/doc-markdown/index.html
index cbbe3981c3..be466d3308 100644
--- a/docs/ru/1.12.0/doc-markdown/index.html
+++ b/docs/ru/1.12.0/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ru/1.12.0/translation.html b/docs/ru/1.12.0/translation.html
index 3515b6cd51..bdd5f5305c 100644
--- a/docs/ru/1.12.0/translation.html
+++ b/docs/ru/1.12.0/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Вы также можете добавить описание - необязательный атрибут desc, чтобы дать больше информации переводчику о том, как переводить строку:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

Тег <translate> в общем случае хорошо работает на чистых строках. Если у вас есть строка вида "Docusaurus currently provides support to help your website use translations", то обернув её целиком в тег &lt;translation&gt; вы столкнетесь с проблемами, т. к. строка содержит ссылки markdown и прочее. В этом случае вы можете либо не переводить такую строку, либо обернуть в тег &lt;translate&gt; её каждую чистую подстроку.

diff --git a/docs/ru/1.12.0/translation/index.html b/docs/ru/1.12.0/translation/index.html index 3515b6cd51..bdd5f5305c 100644 --- a/docs/ru/1.12.0/translation/index.html +++ b/docs/ru/1.12.0/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Вы также можете добавить описание - необязательный атрибут desc, чтобы дать больше информации переводчику о том, как переводить строку:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

Тег <translate> в общем случае хорошо работает на чистых строках. Если у вас есть строка вида "Docusaurus currently provides support to help your website use translations", то обернув её целиком в тег &lt;translation&gt; вы столкнетесь с проблемами, т. к. строка содержит ссылки markdown и прочее. В этом случае вы можете либо не переводить такую строку, либо обернуть в тег &lt;translate&gt; её каждую чистую подстроку.

diff --git a/docs/ru/1.13.0/api-pages.html b/docs/ru/1.13.0/api-pages.html index 0b52f749cc..4152bde732 100644 --- a/docs/ru/1.13.0/api-pages.html +++ b/docs/ru/1.13.0/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

Например:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Синтаксис Markdown для ссылок](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Синтаксис Markdown для ссылок](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

Компонент-контейнер, использующий стили Docusaurus. Имеет настройки внутреннего отступа и цвета фона, которые вы можете указать.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

Компонент React для размещения текста и изображений.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Перевод строк

Когда перевод подключен, любая страница внутри каталога website/pages/en будет переведена на все подключенные языки. URL-адреса для страниц не на английском языке будут использовать языковые теги, указанные в файле languages.js. Например, URL для переведенной на французский язык страницы website/pages/en/help.js будет иметь вид ${baseUrl}fr/help.html.

Когда вы составляете страницу, которую желаете перевести, оберните каждую строку внутри нее в тег <translate>. Например:

-
<p>
-  <translate>Мне нравится переводить</translate>
-</p>
+
<p>
+  <translate>Мне нравится переводить</translate>
+</p>
 

Вы также можете предоставить необязательный атрибут описания, что показать контекст переводчикам. Например,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Добавьте также следующее выражение require:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ru/1.13.0/api-pages/index.html b/docs/ru/1.13.0/api-pages/index.html
index 0b52f749cc..4152bde732 100644
--- a/docs/ru/1.13.0/api-pages/index.html
+++ b/docs/ru/1.13.0/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

Например:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Синтаксис Markdown для ссылок](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Синтаксис Markdown для ссылок](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

Компонент-контейнер, использующий стили Docusaurus. Имеет настройки внутреннего отступа и цвета фона, которые вы можете указать.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

Компонент React для размещения текста и изображений.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Перевод строк

Когда перевод подключен, любая страница внутри каталога website/pages/en будет переведена на все подключенные языки. URL-адреса для страниц не на английском языке будут использовать языковые теги, указанные в файле languages.js. Например, URL для переведенной на французский язык страницы website/pages/en/help.js будет иметь вид ${baseUrl}fr/help.html.

Когда вы составляете страницу, которую желаете перевести, оберните каждую строку внутри нее в тег <translate>. Например:

-
<p>
-  <translate>Мне нравится переводить</translate>
-</p>
+
<p>
+  <translate>Мне нравится переводить</translate>
+</p>
 

Вы также можете предоставить необязательный атрибут описания, что показать контекст переводчикам. Например,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Добавьте также следующее выражение require:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ru/1.13.0/doc-markdown.html b/docs/ru/1.13.0/doc-markdown.html
index 1564722562..90f1b373fd 100644
--- a/docs/ru/1.13.0/doc-markdown.html
+++ b/docs/ru/1.13.0/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ru/1.13.0/doc-markdown/index.html b/docs/ru/1.13.0/doc-markdown/index.html
index 1564722562..90f1b373fd 100644
--- a/docs/ru/1.13.0/doc-markdown/index.html
+++ b/docs/ru/1.13.0/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ru/1.13.0/translation.html b/docs/ru/1.13.0/translation.html
index 091240f577..bc47838434 100644
--- a/docs/ru/1.13.0/translation.html
+++ b/docs/ru/1.13.0/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Вы также можете добавить описание - необязательный атрибут desc, чтобы дать больше информации переводчику о том, как переводить строку:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

Тег <translate> в общем случае хорошо работает на чистых строках. Если у вас есть строка вида "Docusaurus currently provides support to help your website use translations", то обернув её целиком в тег &lt;translation&gt; вы столкнетесь с проблемами, т. к. строка содержит ссылки markdown и прочее. В этом случае вы можете либо не переводить такую строку, либо обернуть в тег &lt;translate&gt; её каждую чистую подстроку.

diff --git a/docs/ru/1.13.0/translation/index.html b/docs/ru/1.13.0/translation/index.html index 091240f577..bc47838434 100644 --- a/docs/ru/1.13.0/translation/index.html +++ b/docs/ru/1.13.0/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Вы также можете добавить описание - необязательный атрибут desc, чтобы дать больше информации переводчику о том, как переводить строку:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

Тег <translate> в общем случае хорошо работает на чистых строках. Если у вас есть строка вида "Docusaurus currently provides support to help your website use translations", то обернув её целиком в тег &lt;translation&gt; вы столкнетесь с проблемами, т. к. строка содержит ссылки markdown и прочее. В этом случае вы можете либо не переводить такую строку, либо обернуть в тег &lt;translate&gt; её каждую чистую подстроку.

diff --git a/docs/ru/1.9.x/api-pages.html b/docs/ru/1.9.x/api-pages.html index 2a3d4d4818..52ff46ac39 100644 --- a/docs/ru/1.9.x/api-pages.html +++ b/docs/ru/1.9.x/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

Например:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Синтаксис Markdown для ссылок](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Синтаксис Markdown для ссылок](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

Компонент-контейнер, использующий стили Docusaurus. Имеет настройки внутреннего отступа и цвета фона, которые вы можете указать.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

Компонент React для размещения текста и изображений.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Перевод строк

Когда перевод подключен, любая страница внутри каталога website/pages/en будет переведена на все подключенные языки. URL-адреса для страниц не на английском языке будут использовать языковые теги, указанные в файле languages.js. Например, URL для переведенной на французский язык страницы website/pages/en/help.js будет иметь вид ${baseUrl}fr/help.html.

Когда вы составляете страницу, которую желаете перевести, оберните каждую строку внутри нее в тег <translate>. Например:

-
<p>
-  <translate>Мне нравится переводить</translate>
-</p>
+
<p>
+  <translate>Мне нравится переводить</translate>
+</p>
 

Вы также можете предоставить необязательный атрибут описания, что показать контекст переводчикам. Например,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Добавьте также следующее выражение require:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ru/1.9.x/api-pages/index.html b/docs/ru/1.9.x/api-pages/index.html
index 2a3d4d4818..52ff46ac39 100644
--- a/docs/ru/1.9.x/api-pages/index.html
+++ b/docs/ru/1.9.x/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

Например:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Синтаксис Markdown для ссылок](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Синтаксис Markdown для ссылок](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

Компонент-контейнер, использующий стили Docusaurus. Имеет настройки внутреннего отступа и цвета фона, которые вы можете указать.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

Компонент React для размещения текста и изображений.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Перевод строк

Когда перевод подключен, любая страница внутри каталога website/pages/en будет переведена на все подключенные языки. URL-адреса для страниц не на английском языке будут использовать языковые теги, указанные в файле languages.js. Например, URL для переведенной на французский язык страницы website/pages/en/help.js будет иметь вид ${baseUrl}fr/help.html.

Когда вы составляете страницу, которую желаете перевести, оберните каждую строку внутри нее в тег <translate>. Например:

-
<p>
-  <translate>Мне нравится переводить</translate>
-</p>
+
<p>
+  <translate>Мне нравится переводить</translate>
+</p>
 

Вы также можете предоставить необязательный атрибут описания, что показать контекст переводчикам. Например,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Добавьте также следующее выражение require:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ru/1.9.x/doc-markdown.html b/docs/ru/1.9.x/doc-markdown.html
index 50321968ff..12b01cf4ce 100644
--- a/docs/ru/1.9.x/doc-markdown.html
+++ b/docs/ru/1.9.x/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ru/1.9.x/doc-markdown/index.html b/docs/ru/1.9.x/doc-markdown/index.html
index 50321968ff..12b01cf4ce 100644
--- a/docs/ru/1.9.x/doc-markdown/index.html
+++ b/docs/ru/1.9.x/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ru/1.9.x/translation.html b/docs/ru/1.9.x/translation.html
index 1d6858efc1..013e116ca6 100644
--- a/docs/ru/1.9.x/translation.html
+++ b/docs/ru/1.9.x/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Вы также можете добавить описание - необязательный атрибут desc, чтобы дать больше информации переводчику о том, как переводить строку:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

Тег <translate> в общем случае хорошо работает на чистых строках. Если у вас есть строка вида "Docusaurus currently provides support to help your website use translations", то обернув её целиком в тег &lt;translation&gt; вы столкнетесь с проблемами, т. к. строка содержит ссылки markdown и прочее. В этом случае вы можете либо не переводить такую строку, либо обернуть в тег &lt;translate&gt; её каждую чистую подстроку.

diff --git a/docs/ru/1.9.x/translation/index.html b/docs/ru/1.9.x/translation/index.html index 1d6858efc1..013e116ca6 100644 --- a/docs/ru/1.9.x/translation/index.html +++ b/docs/ru/1.9.x/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Вы также можете добавить описание - необязательный атрибут desc, чтобы дать больше информации переводчику о том, как переводить строку:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

Тег <translate> в общем случае хорошо работает на чистых строках. Если у вас есть строка вида "Docusaurus currently provides support to help your website use translations", то обернув её целиком в тег &lt;translation&gt; вы столкнетесь с проблемами, т. к. строка содержит ссылки markdown и прочее. В этом случае вы можете либо не переводить такую строку, либо обернуть в тег &lt;translate&gt; её каждую чистую подстроку.

diff --git a/docs/ru/api-pages.html b/docs/ru/api-pages.html index 7325b513f0..94a5f31d9a 100644 --- a/docs/ru/api-pages.html +++ b/docs/ru/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

Например:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Синтаксис Markdown для ссылок](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Синтаксис Markdown для ссылок](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

Компонент-контейнер, использующий стили Docusaurus. Имеет настройки внутреннего отступа и цвета фона, которые вы можете указать.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

Компонент React для размещения текста и изображений.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Перевод строк

Когда перевод подключен, любая страница внутри каталога website/pages/en будет переведена на все подключенные языки. URL-адреса для страниц не на английском языке будут использовать языковые теги, указанные в файле languages.js. Например, URL для переведенной на французский язык страницы website/pages/en/help.js будет иметь вид ${baseUrl}fr/help.html.

Когда вы составляете страницу, которую желаете перевести, оберните каждую строку внутри нее в тег <translate>. Например:

-
<p>
-  <translate>Мне нравится переводить</translate>
-</p>
+
<p>
+  <translate>Мне нравится переводить</translate>
+</p>
 

Вы также можете предоставить необязательный атрибут описания, что показать контекст переводчикам. Например,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Добавьте также следующее выражение require:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ru/api-pages/index.html b/docs/ru/api-pages/index.html
index 7325b513f0..94a5f31d9a 100644
--- a/docs/ru/api-pages/index.html
+++ b/docs/ru/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

Например:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Синтаксис Markdown для ссылок](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Синтаксис Markdown для ссылок](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

Компонент-контейнер, использующий стили Docusaurus. Имеет настройки внутреннего отступа и цвета фона, которые вы можете указать.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

Компонент React для размещения текста и изображений.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Перевод строк

Когда перевод подключен, любая страница внутри каталога website/pages/en будет переведена на все подключенные языки. URL-адреса для страниц не на английском языке будут использовать языковые теги, указанные в файле languages.js. Например, URL для переведенной на французский язык страницы website/pages/en/help.js будет иметь вид ${baseUrl}fr/help.html.

Когда вы составляете страницу, которую желаете перевести, оберните каждую строку внутри нее в тег <translate>. Например:

-
<p>
-  <translate>Мне нравится переводить</translate>
-</p>
+
<p>
+  <translate>Мне нравится переводить</translate>
+</p>
 

Вы также можете предоставить необязательный атрибут описания, что показать контекст переводчикам. Например,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Добавьте также следующее выражение require:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ru/doc-markdown.html b/docs/ru/doc-markdown.html
index 6da9498b2e..97465e678a 100644
--- a/docs/ru/doc-markdown.html
+++ b/docs/ru/doc-markdown.html
@@ -232,13 +232,13 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ru/doc-markdown/index.html b/docs/ru/doc-markdown/index.html
index 6da9498b2e..97465e678a 100644
--- a/docs/ru/doc-markdown/index.html
+++ b/docs/ru/doc-markdown/index.html
@@ -232,13 +232,13 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ru/next/api-pages.html b/docs/ru/next/api-pages.html
index 0a6aec27f4..9caeba646b 100644
--- a/docs/ru/next/api-pages.html
+++ b/docs/ru/next/api-pages.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

Например:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Синтаксис Markdown для ссылок](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Синтаксис Markdown для ссылок](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

Компонент-контейнер, использующий стили Docusaurus. Имеет настройки внутреннего отступа и цвета фона, которые вы можете указать.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

Компонент React для размещения текста и изображений.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Перевод строк

Когда перевод подключен, любая страница внутри каталога website/pages/en будет переведена на все подключенные языки. URL-адреса для страниц не на английском языке будут использовать языковые теги, указанные в файле languages.js. Например, URL для переведенной на французский язык страницы website/pages/en/help.js будет иметь вид ${baseUrl}fr/help.html.

Когда вы составляете страницу, которую желаете перевести, оберните каждую строку внутри нее в тег <translate>. Например:

-
<p>
-  <translate>Мне нравится переводить</translate>
-</p>
+
<p>
+  <translate>Мне нравится переводить</translate>
+</p>
 

Вы также можете предоставить необязательный атрибут описания, что показать контекст переводчикам. Например,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Добавьте также следующее выражение require:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ru/next/api-pages/index.html b/docs/ru/next/api-pages/index.html
index 0a6aec27f4..9caeba646b 100644
--- a/docs/ru/next/api-pages/index.html
+++ b/docs/ru/next/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

Например:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Синтаксис Markdown для ссылок](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Синтаксис Markdown для ссылок](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

Компонент-контейнер, использующий стили Docusaurus. Имеет настройки внутреннего отступа и цвета фона, которые вы можете указать.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

Компонент React для размещения текста и изображений.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Перевод строк

Когда перевод подключен, любая страница внутри каталога website/pages/en будет переведена на все подключенные языки. URL-адреса для страниц не на английском языке будут использовать языковые теги, указанные в файле languages.js. Например, URL для переведенной на французский язык страницы website/pages/en/help.js будет иметь вид ${baseUrl}fr/help.html.

Когда вы составляете страницу, которую желаете перевести, оберните каждую строку внутри нее в тег <translate>. Например:

-
<p>
-  <translate>Мне нравится переводить</translate>
-</p>
+
<p>
+  <translate>Мне нравится переводить</translate>
+</p>
 

Вы также можете предоставить необязательный атрибут описания, что показать контекст переводчикам. Например,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Добавьте также следующее выражение require:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/ru/next/doc-markdown.html b/docs/ru/next/doc-markdown.html
index aad43746a1..1ac30d10a9 100644
--- a/docs/ru/next/doc-markdown.html
+++ b/docs/ru/next/doc-markdown.html
@@ -217,13 +217,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ru/next/doc-markdown/index.html b/docs/ru/next/doc-markdown/index.html
index aad43746a1..1ac30d10a9 100644
--- a/docs/ru/next/doc-markdown/index.html
+++ b/docs/ru/next/doc-markdown/index.html
@@ -217,13 +217,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/ru/next/translation.html b/docs/ru/next/translation.html
index 82aab9f58a..0354463ad8 100644
--- a/docs/ru/next/translation.html
+++ b/docs/ru/next/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Вы также можете добавить описание - необязательный атрибут desc, чтобы дать больше информации переводчику о том, как переводить строку:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

Тег <translate> в общем случае хорошо работает на чистых строках. Если у вас есть строка вида "Docusaurus currently provides support to help your website use translations", то обернув её целиком в тег &lt;translation&gt; вы столкнетесь с проблемами, т. к. строка содержит ссылки markdown и прочее. В этом случае вы можете либо не переводить такую строку, либо обернуть в тег &lt;translate&gt; её каждую чистую подстроку.

diff --git a/docs/ru/next/translation/index.html b/docs/ru/next/translation/index.html index 82aab9f58a..0354463ad8 100644 --- a/docs/ru/next/translation/index.html +++ b/docs/ru/next/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Вы также можете добавить описание - необязательный атрибут desc, чтобы дать больше информации переводчику о том, как переводить строку:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

Тег <translate> в общем случае хорошо работает на чистых строках. Если у вас есть строка вида "Docusaurus currently provides support to help your website use translations", то обернув её целиком в тег &lt;translation&gt; вы столкнетесь с проблемами, т. к. строка содержит ссылки markdown и прочее. В этом случае вы можете либо не переводить такую строку, либо обернуть в тег &lt;translate&gt; её каждую чистую подстроку.

diff --git a/docs/ru/translation.html b/docs/ru/translation.html index 22cd93b0bb..454f71f977 100644 --- a/docs/ru/translation.html +++ b/docs/ru/translation.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Вы также можете добавить описание - необязательный атрибут desc, чтобы дать больше информации переводчику о том, как переводить строку:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

Тег <translate> в общем случае хорошо работает на чистых строках. Если у вас есть строка вида "Docusaurus currently provides support to help your website use translations", то обернув её целиком в тег &lt;translation&gt; вы столкнетесь с проблемами, т. к. строка содержит ссылки markdown и прочее. В этом случае вы можете либо не переводить такую строку, либо обернуть в тег &lt;translate&gt; её каждую чистую подстроку.

diff --git a/docs/ru/translation/index.html b/docs/ru/translation/index.html index 22cd93b0bb..454f71f977 100644 --- a/docs/ru/translation/index.html +++ b/docs/ru/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

Вы также можете добавить описание - необязательный атрибут desc, чтобы дать больше информации переводчику о том, как переводить строку:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

Тег <translate> в общем случае хорошо работает на чистых строках. Если у вас есть строка вида "Docusaurus currently provides support to help your website use translations", то обернув её целиком в тег &lt;translation&gt; вы столкнетесь с проблемами, т. к. строка содержит ссылки markdown и прочее. В этом случае вы можете либо не переводить такую строку, либо обернуть в тег &lt;translate&gt; её каждую чистую подстроку.

diff --git a/docs/zh-CN/1.10.x/api-pages.html b/docs/zh-CN/1.10.x/api-pages.html index 7d34e79381..51ba48fb41 100644 --- a/docs/zh-CN/1.10.x/api-pages.html +++ b/docs/zh-CN/1.10.x/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

例如:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/zh-CN/1.10.x/api-pages/index.html b/docs/zh-CN/1.10.x/api-pages/index.html
index 7d34e79381..51ba48fb41 100644
--- a/docs/zh-CN/1.10.x/api-pages/index.html
+++ b/docs/zh-CN/1.10.x/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

例如:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/zh-CN/1.10.x/doc-markdown.html b/docs/zh-CN/1.10.x/doc-markdown.html
index 3073c1cac5..96d5d3f9f1 100644
--- a/docs/zh-CN/1.10.x/doc-markdown.html
+++ b/docs/zh-CN/1.10.x/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/zh-CN/1.10.x/doc-markdown/index.html b/docs/zh-CN/1.10.x/doc-markdown/index.html
index 3073c1cac5..96d5d3f9f1 100644
--- a/docs/zh-CN/1.10.x/doc-markdown/index.html
+++ b/docs/zh-CN/1.10.x/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/zh-CN/1.10.x/translation.html b/docs/zh-CN/1.10.x/translation.html
index 19b12fe8ce..7ac1caabe4 100644
--- a/docs/zh-CN/1.10.x/translation.html
+++ b/docs/zh-CN/1.10.x/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

您还可以提交一个可选说明属性, 以便为翻译人员提供有关如何翻译字符串的更多详情:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/zh-CN/1.10.x/translation/index.html b/docs/zh-CN/1.10.x/translation/index.html index 19b12fe8ce..7ac1caabe4 100644 --- a/docs/zh-CN/1.10.x/translation/index.html +++ b/docs/zh-CN/1.10.x/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

您还可以提交一个可选说明属性, 以便为翻译人员提供有关如何翻译字符串的更多详情:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/zh-CN/1.11.x/api-pages.html b/docs/zh-CN/1.11.x/api-pages.html index 2cd6c34de4..4d9216f004 100644 --- a/docs/zh-CN/1.11.x/api-pages.html +++ b/docs/zh-CN/1.11.x/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

例如:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/zh-CN/1.11.x/api-pages/index.html b/docs/zh-CN/1.11.x/api-pages/index.html
index 2cd6c34de4..4d9216f004 100644
--- a/docs/zh-CN/1.11.x/api-pages/index.html
+++ b/docs/zh-CN/1.11.x/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

例如:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/zh-CN/1.11.x/doc-markdown.html b/docs/zh-CN/1.11.x/doc-markdown.html
index c78e47aeb0..20c78a942b 100644
--- a/docs/zh-CN/1.11.x/doc-markdown.html
+++ b/docs/zh-CN/1.11.x/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/zh-CN/1.11.x/doc-markdown/index.html b/docs/zh-CN/1.11.x/doc-markdown/index.html
index c78e47aeb0..20c78a942b 100644
--- a/docs/zh-CN/1.11.x/doc-markdown/index.html
+++ b/docs/zh-CN/1.11.x/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/zh-CN/1.11.x/translation.html b/docs/zh-CN/1.11.x/translation.html
index d5ec8d48f0..75fcab8b92 100644
--- a/docs/zh-CN/1.11.x/translation.html
+++ b/docs/zh-CN/1.11.x/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

您还可以提交一个可选说明属性, 以便为翻译人员提供有关如何翻译字符串的更多详情:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/zh-CN/1.11.x/translation/index.html b/docs/zh-CN/1.11.x/translation/index.html index d5ec8d48f0..75fcab8b92 100644 --- a/docs/zh-CN/1.11.x/translation/index.html +++ b/docs/zh-CN/1.11.x/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

您还可以提交一个可选说明属性, 以便为翻译人员提供有关如何翻译字符串的更多详情:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/zh-CN/1.12.0/api-pages.html b/docs/zh-CN/1.12.0/api-pages.html index d656db6160..62159dc676 100644 --- a/docs/zh-CN/1.12.0/api-pages.html +++ b/docs/zh-CN/1.12.0/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

例如:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/zh-CN/1.12.0/api-pages/index.html b/docs/zh-CN/1.12.0/api-pages/index.html
index d656db6160..62159dc676 100644
--- a/docs/zh-CN/1.12.0/api-pages/index.html
+++ b/docs/zh-CN/1.12.0/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

例如:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/zh-CN/1.12.0/doc-markdown.html b/docs/zh-CN/1.12.0/doc-markdown.html
index a5694db4d3..972b11af35 100644
--- a/docs/zh-CN/1.12.0/doc-markdown.html
+++ b/docs/zh-CN/1.12.0/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/zh-CN/1.12.0/doc-markdown/index.html b/docs/zh-CN/1.12.0/doc-markdown/index.html
index a5694db4d3..972b11af35 100644
--- a/docs/zh-CN/1.12.0/doc-markdown/index.html
+++ b/docs/zh-CN/1.12.0/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/zh-CN/1.12.0/translation.html b/docs/zh-CN/1.12.0/translation.html
index a509074314..8dbe81ff60 100644
--- a/docs/zh-CN/1.12.0/translation.html
+++ b/docs/zh-CN/1.12.0/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

您还可以提交一个可选说明属性, 以便为翻译人员提供有关如何翻译字符串的更多详情:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/zh-CN/1.12.0/translation/index.html b/docs/zh-CN/1.12.0/translation/index.html index a509074314..8dbe81ff60 100644 --- a/docs/zh-CN/1.12.0/translation/index.html +++ b/docs/zh-CN/1.12.0/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

您还可以提交一个可选说明属性, 以便为翻译人员提供有关如何翻译字符串的更多详情:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/zh-CN/1.13.0/api-pages.html b/docs/zh-CN/1.13.0/api-pages.html index ae841715e5..426ff3350c 100644 --- a/docs/zh-CN/1.13.0/api-pages.html +++ b/docs/zh-CN/1.13.0/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

例如:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/zh-CN/1.13.0/api-pages/index.html b/docs/zh-CN/1.13.0/api-pages/index.html
index ae841715e5..426ff3350c 100644
--- a/docs/zh-CN/1.13.0/api-pages/index.html
+++ b/docs/zh-CN/1.13.0/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

例如:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/zh-CN/1.13.0/doc-markdown.html b/docs/zh-CN/1.13.0/doc-markdown.html
index 21517880f3..f57ee102f6 100644
--- a/docs/zh-CN/1.13.0/doc-markdown.html
+++ b/docs/zh-CN/1.13.0/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/zh-CN/1.13.0/doc-markdown/index.html b/docs/zh-CN/1.13.0/doc-markdown/index.html
index 21517880f3..f57ee102f6 100644
--- a/docs/zh-CN/1.13.0/doc-markdown/index.html
+++ b/docs/zh-CN/1.13.0/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/zh-CN/1.13.0/translation.html b/docs/zh-CN/1.13.0/translation.html
index 35ed099537..285ed5cdd2 100644
--- a/docs/zh-CN/1.13.0/translation.html
+++ b/docs/zh-CN/1.13.0/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

您还可以提交一个可选说明属性, 以便为翻译人员提供有关如何翻译字符串的更多详情:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/zh-CN/1.13.0/translation/index.html b/docs/zh-CN/1.13.0/translation/index.html index 35ed099537..285ed5cdd2 100644 --- a/docs/zh-CN/1.13.0/translation/index.html +++ b/docs/zh-CN/1.13.0/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

您还可以提交一个可选说明属性, 以便为翻译人员提供有关如何翻译字符串的更多详情:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/zh-CN/1.9.x/api-pages.html b/docs/zh-CN/1.9.x/api-pages.html index 6c7f00c4b1..a990a11e39 100644 --- a/docs/zh-CN/1.9.x/api-pages.html +++ b/docs/zh-CN/1.9.x/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

例如:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/zh-CN/1.9.x/api-pages/index.html b/docs/zh-CN/1.9.x/api-pages/index.html
index 6c7f00c4b1..a990a11e39 100644
--- a/docs/zh-CN/1.9.x/api-pages/index.html
+++ b/docs/zh-CN/1.9.x/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

例如:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/zh-CN/1.9.x/doc-markdown.html b/docs/zh-CN/1.9.x/doc-markdown.html
index ace6e9eb53..c079a7eec3 100644
--- a/docs/zh-CN/1.9.x/doc-markdown.html
+++ b/docs/zh-CN/1.9.x/doc-markdown.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/zh-CN/1.9.x/doc-markdown/index.html b/docs/zh-CN/1.9.x/doc-markdown/index.html
index ace6e9eb53..c079a7eec3 100644
--- a/docs/zh-CN/1.9.x/doc-markdown/index.html
+++ b/docs/zh-CN/1.9.x/doc-markdown/index.html
@@ -214,13 +214,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/zh-CN/1.9.x/translation.html b/docs/zh-CN/1.9.x/translation.html
index bc4863a75d..044bcf9c6d 100644
--- a/docs/zh-CN/1.9.x/translation.html
+++ b/docs/zh-CN/1.9.x/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

您还可以提交一个可选说明属性, 以便为翻译人员提供有关如何翻译字符串的更多详情:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/zh-CN/1.9.x/translation/index.html b/docs/zh-CN/1.9.x/translation/index.html index bc4863a75d..044bcf9c6d 100644 --- a/docs/zh-CN/1.9.x/translation/index.html +++ b/docs/zh-CN/1.9.x/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

您还可以提交一个可选说明属性, 以便为翻译人员提供有关如何翻译字符串的更多详情:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/zh-CN/api-pages.html b/docs/zh-CN/api-pages.html index 85988d2117..030da9e372 100644 --- a/docs/zh-CN/api-pages.html +++ b/docs/zh-CN/api-pages.html @@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';

例如:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/zh-CN/api-pages/index.html b/docs/zh-CN/api-pages/index.html
index 85988d2117..030da9e372 100644
--- a/docs/zh-CN/api-pages/index.html
+++ b/docs/zh-CN/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

例如:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/zh-CN/doc-markdown.html b/docs/zh-CN/doc-markdown.html
index 935be1ebbc..8865c74195 100644
--- a/docs/zh-CN/doc-markdown.html
+++ b/docs/zh-CN/doc-markdown.html
@@ -232,13 +232,13 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/zh-CN/doc-markdown/index.html b/docs/zh-CN/doc-markdown/index.html
index 935be1ebbc..8865c74195 100644
--- a/docs/zh-CN/doc-markdown/index.html
+++ b/docs/zh-CN/doc-markdown/index.html
@@ -232,13 +232,13 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/zh-CN/next/api-pages.html b/docs/zh-CN/next/api-pages.html
index 48cd85e42a..9536b50361 100644
--- a/docs/zh-CN/next/api-pages.html
+++ b/docs/zh-CN/next/api-pages.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

例如:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/zh-CN/next/api-pages/index.html b/docs/zh-CN/next/api-pages/index.html
index 48cd85e42a..9536b50361 100644
--- a/docs/zh-CN/next/api-pages/index.html
+++ b/docs/zh-CN/next/api-pages/index.html
@@ -142,9 +142,9 @@ MyPage.description = 'My Custom Description';
 

例如:

const MarkdownBlock = CompLibrary.MarkdownBlock;
 
-<MarkdownBlock>
-  [Markdown syntax for a link](http://www.example.com)
-</MarkdownBlock>;
+<MarkdownBlock>
+  [Markdown syntax for a link](http://www.example.com)
+</MarkdownBlock>;
 

CompLibrary.Container

A React container component using Docusaurus styles. Has optional padding and background color props that you can configure.

@@ -163,9 +163,9 @@ MyPage.description = 'My Custom Description';
<Container
   padding={['bottom', 'top']}
   background="light"
-  className="myCustomClass">
-  ...
-</Container>
+  className="myCustomClass">
+  ...
+</Container>
 

CompLibrary.GridBlock

A React component to organize text and images.

@@ -225,16 +225,16 @@ MyPage.description = 'My Custom Description';

Translating Strings

When translations are enabled, any pages inside website/pages/en will be translated for all enabled languages. URLs for non-English pages will use their language tags as specified in the languages.js file. E.g. The URL for a French page of website/pages/en/help.js would be found at ${baseUrl}fr/help.html.

When writing pages that you wish to translate, wrap any strings to be translated inside a <translate> tag. e.g.,

-
<p>
-  <translate>I like translations</translate>
-</p>
+
<p>
+  <translate>I like translations</translate>
+</p>
 

You can also provide an optional description attribute to provide context for translators. e.g,

-
<a href="/community">
-  <translate desc="Footer link to page referring to community GitHub and Slack">
+
<a href="/community">
+  <translate desc="Footer link to page referring to community GitHub and Slack">
     Community
-  </translate>
-</a>
+  </translate>
+</a>
 

Add the following require statement as well:

const translate = require('../../server/translate.js').translate;
diff --git a/docs/zh-CN/next/doc-markdown.html b/docs/zh-CN/next/doc-markdown.html
index 9bef13b55a..0a74087d9e 100644
--- a/docs/zh-CN/next/doc-markdown.html
+++ b/docs/zh-CN/next/doc-markdown.html
@@ -217,13 +217,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/zh-CN/next/doc-markdown/index.html b/docs/zh-CN/next/doc-markdown/index.html
index 9bef13b55a..0a74087d9e 100644
--- a/docs/zh-CN/next/doc-markdown/index.html
+++ b/docs/zh-CN/next/doc-markdown/index.html
@@ -217,13 +217,13 @@ usePrism: ['jsx']
 
class Example extends React.Component {
   render() {
     return (
-      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
-        <Text>Docusaurus</Text>
-        <Button
+      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
+        <Text>Docusaurus</Text>
+        <Button
           title="Click me"
           onPress={() => this.props.navigation.push('Docusaurus')}
-        />
-      </View>
+        />
+      </View>
     );
   }
 }
diff --git a/docs/zh-CN/next/translation.html b/docs/zh-CN/next/translation.html
index e9b98e4205..ca53c63aa9 100644
--- a/docs/zh-CN/next/translation.html
+++ b/docs/zh-CN/next/translation.html
@@ -112,16 +112,16 @@ languages.js
 
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

您还可以提交一个可选说明属性, 以便为翻译人员提供有关如何翻译字符串的更多详情:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/zh-CN/next/translation/index.html b/docs/zh-CN/next/translation/index.html index e9b98e4205..ca53c63aa9 100644 --- a/docs/zh-CN/next/translation/index.html +++ b/docs/zh-CN/next/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

您还可以提交一个可选说明属性, 以便为翻译人员提供有关如何翻译字符串的更多详情:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/zh-CN/translation.html b/docs/zh-CN/translation.html index f4e61c17ef..ceb7b18fff 100644 --- a/docs/zh-CN/translation.html +++ b/docs/zh-CN/translation.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

您还可以提交一个可选说明属性, 以便为翻译人员提供有关如何翻译字符串的更多详情:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.

diff --git a/docs/zh-CN/translation/index.html b/docs/zh-CN/translation/index.html index f4e61c17ef..ceb7b18fff 100644 --- a/docs/zh-CN/translation/index.html +++ b/docs/zh-CN/translation/index.html @@ -112,16 +112,16 @@ languages.js
...
 const translate = require('../../server/translate.js').translate;
 ...
-<h2>
-  <translate>This header will be translated</translate>
-</h2>
+<h2>
+  <translate>This header will be translated</translate>
+</h2>
 ...
 

您还可以提交一个可选说明属性, 以便为翻译人员提供有关如何翻译字符串的更多详情:

-
<p>
-  <translate desc="flower, not verb">Rose</translate>
-<p>
-
+
<p>
+  <translate desc="flower, not verb">Rose</translate>
+<p>
+

The <translate> tag generally works well on pure strings. If you have a string like "Docusaurus currently provides support to help your website use translations", wrapping the <translation> tag around that entire string will cause issues because of the markdown linking, etc. Your options are to not translate those strings, or spread a bunch of <translate> tags amongst the pure substrings of that string.