uppy/packages/@uppy/utils
Artur Paikin 4efc27675c Allow locale inheritance: defaultLocale, this.uppy.locale, this.opts.locale
Mostly what @goto-bus-stop did in 4f51deaaf7 (diff-989af75a364b65c408abe1fc3e7ac0f4R34)

> This patch allows locale keys passed to the main Uppy instance to override default keys in plugins. It's just one idea to kick things off, I'm not attached to this particular implementation.
>
> If we do this we need to make sure that all keys have unique names and that things specific to eg. a single service are "namespaced" (`transloaditEncoding` instead of `encoding`).
>
> The benefit to this is that there is a central point of configuration for languages, so there could be language packs with strings for eg Czech at `@uppy/lang-cz` (or `@uppy/langs/cz`) that would be very easy to use.
2018-10-20 12:49:06 -04:00
..
src Allow locale inheritance: defaultLocale, this.uppy.locale, this.opts.locale 2018-10-20 12:49:06 -04:00
types Use a single typescript config for all types tests. 2018-06-28 16:30:24 +02:00
LICENSE Add @uppy/utils skeleton. 2018-06-14 16:31:19 +02:00
package.json Release 2018-09-03 16:00:24 +02:00
README.md Add @uppy/utils skeleton. 2018-06-14 16:31:19 +02:00

@uppy/utils

Uppy logo: a superman puppy in a pink suit

Build Status

Shared utility functions for Uppy Core and the "official" plugins maintained by the Uppy team.

Uppy is being developed by the folks at Transloadit, a versatile file encoding service.

Installation

Unless you are creating a custom plugin, you should not need to install this manually.

$ npm install @uppy/utils --save

License

The MIT License.