Skip to content

Commit

Permalink
Warningnote & README adjusted (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
Justman10000 authored Jun 17, 2022
1 parent 7d05f9b commit 36e1f2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ In order to avoid conflicts and corruption during translation synchronization, w
Our documentation is generated with [Docusaurus](https://docusaurus.io/docs).
Use Yarn to install the dependencies and start Docusaurus in a local webserver:

yarn install
yarn run start
```bash
yarn install
yarn run start
```
4 changes: 2 additions & 2 deletions src/theme/DocVersionBanner/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ function NonDefaultLangLabel({ defaultLocale }) {
<Translate
id="customtheme.docs.versions.crowdinLinkLabel"
description="The label used for Crowdin link label">
via Crowdin
on our Crowdin project
</Translate>
</Link>
</b>
),
}}>
{
'The translation of this page may not be up to date, please refer to the {defaultLocaleLink} for the latest information. If you would like to contribute, we are coordinating translation {crowdinLink}.'
'The translation of this page may not be up to date, please refer to the {defaultLocaleLink} for the latest information. If you would like to contribute, you can do so {crowdinLink}, where we coordinate the translations.'
}
</Translate>
);
Expand Down

0 comments on commit 36e1f2e

Please sign in to comment.