Skip to content

Commit

Permalink
Add i18n to CONTRIBUTING.md (#4591)
Browse files Browse the repository at this point in the history
* Add i18n to CONTRIBUTING.md

transloadit/uppy.io#134 (comment)

* 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>
  • Loading branch information
3 people authored Jul 20, 2023
1 parent b1fdf8e commit c929051
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,3 +401,7 @@ If you’re 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 aren’t being used (ex. not having rollup locally and relying on a global install), as these dependencies won’t be present on the machine’s 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).

0 comments on commit c929051

Please sign in to comment.