Add i18n to CONTRIBUTING.md (#4591)

* Add i18n to CONTRIBUTING.md

https://github.com/transloadit/uppy.io/issues/134#issuecomment-1632102417

* Update .github/CONTRIBUTING.md

Co-authored-by: Antoine du Hamel <antoine@transloadit.com>

---------

Co-authored-by: Artur Paikin <artur@arturpaikin.com>
Co-authored-by: Antoine du Hamel <antoine@transloadit.com>
This commit is contained in:
Mikael Finstad 2023-07-20 15:50:25 +02:00 committed by GitHub
parent b1fdf8e926
commit c929051bfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -401,3 +401,7 @@ If youre using some kind of more abstract file format (like Svelte), then you
```
Then, add this script to the `build:js` script. Try running the `build:js` script and make sure it does not error. It may also be of use to make sure that global dependencies arent being used (ex. not having rollup locally and relying on a global install), as these dependencies wont be present on the machines handling building.
## I18n and locales
For more information about how to contribute to translations, see [the `@uppy/locales` contributing guide](https://uppy.io/docs/locales/#contributing-a-new-language).