From c929051bfede5e2e71912147a884ddf8e0240304 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Thu, 20 Jul 2023 15:50:25 +0200 Subject: [PATCH] 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 --------- Co-authored-by: Artur Paikin Co-authored-by: Antoine du Hamel --- .github/CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 35085c80db..e5af88c747 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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).