mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
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:
parent
b1fdf8e926
commit
c929051bfe
1 changed files with 4 additions and 0 deletions
4
.github/CONTRIBUTING.md
vendored
4
.github/CONTRIBUTING.md
vendored
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue