Skip to content

Commit dbb0d82

Browse files
authoredJul 25, 2023
[docs] Remove translations section from contributing guide (#38125)
Signed-off-by: Niko Hoffrén <niko.hoffren@gmail.com>
1 parent a5d05e2 commit dbb0d82

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed
 

‎CONTRIBUTING.md

-8
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ If you're reading this, you're awesome! Thank you for helping us make this proje
1616
- [Coding style](#coding-style)
1717
- [How to add a new demo in the documentation](#how-to-add-a-new-demo-in-the-documentation)
1818
- [How can I use a change that wasn't released yet?](#how-can-i-use-a-change-that-wasnt-released-yet)
19-
- [Translations](#translations)
2019
- [Roadmap](#roadmap)
2120
- [License](#license)
2221

@@ -345,13 +344,6 @@ $test-project> npm i ./path-to-file/mui-material-x.x.x.tar.gz
345344
> If you have already installed this package, your changes will not be reflected when you reinstall it.
346345
> As a quick fix, you can temporarily bump the version number in your `package.json` before running `yarn build`.
347346
348-
## Translations
349-
350-
Translations are handled via [Crowdin](https://translate.mui.com).
351-
You don't need to apply any changes to localized versions of our markdown files
352-
i.e. files having a `-locale` suffix. Crowdin automatically takes care of syncing
353-
these changes across the localized versions.
354-
355347
## Roadmap
356348

357349
To get a sense of where MUI is heading, or for ideas on where you could contribute, take a look at the [roadmap](https://mui.com/material-ui/discover-more/roadmap/).

0 commit comments

Comments
 (0)
Please sign in to comment.