You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -18,17 +19,17 @@ class Help extends React.Component {
18
19
constsupportLinks=[
19
20
{
20
21
content:
21
-
'Learn more using the [documentation on this site.](/docs/getting-started.html) and [reading the API reference](/content/docs/api-reference.html).',
22
-
title: 'Browse Docs and API',
22
+
<translate>Learn more using the [documentation on this site.](/docs/getting-started.html) and [reading the API reference](/content/docs/api-reference.html).</translate>,
23
+
title: <translate>Browse Docs and API</translate>,
23
24
},
24
25
{
25
-
content: 'Ask questions about the documentation and project in the `#react-navigation` channel on the [Reactiflux Discord](https://discord.gg/4xEK3nD).',
26
-
title: 'Join the community',
26
+
content: <translate>Ask questions about the documentation and project in the `#react-navigation` channel on the [Reactiflux Discord](https://discord.gg/4xEK3nD).</translate>,
27
+
title: <translate>Join the community</translate>,
27
28
},
28
29
{
29
30
content:
30
-
'Read the release notes for new versions of React Navigation in the [releases tab on the Github repository](https://github.com/react-navigation/react-navigation/releases).',
31
-
title: 'Stay up to date',
31
+
<translate>Read the release notes for new versions of React Navigation in the [releases tab on the Github repository](https://github.com/react-navigation/react-navigation/releases).</translate>,
32
+
title: <translate>Stay up to date</translate>,
32
33
},
33
34
];
34
35
@@ -37,18 +38,31 @@ class Help extends React.Component {
and be sure to fill out the issue template. If you believe there
48
-
is a feature missing, please <ahref="https://react-navigation.canny.io/feature-requests">create a feature request on
49
-
Canny</a>, or if
50
-
you're feeling up for the task of proposing an API for the
51
-
feature, <ahref="https://github.com/react-navigation/rfcs">submit a RFC!</a> If you just need some help, try joining us in the <code>#react-navigation</code> channel on <ahref="https://discord.gg/4xEK3nD">Discord</a> or <ahref="https://stackoverflow.com/questions/tagged/react-navigation">post a question to StackOverflow</a>.
50
+
<translate>and be sure to fill out the issue template. If you believe there is a feature missing, please</translate>
0 commit comments