mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-22 17:58:05 +00:00
Closes #3232 ### Summary - Create `locale.js` for every plugin instead of `this.defaultLocale` in the class - Complete refactor of locale scripts - No dynamic plugin class imports with hacks to mimic the environment in order to get the `defaultLocale`. - Separate tests and build in separate files - Add two modes for test file, `unused` (fails hard) and `warnings` - Generate docs - Use remark to cleanly mutate the file - Rename some doc files to match the plugin name (such as `statusbar` --> `status-bar`) - Comments in `locale.js` are kept and are present in the docs as well. - Generate types |
||
|---|---|---|
| .. | ||
| after-version-bump.js | ||
| build-bundle.js | ||
| build-css.js | ||
| build-lib.js | ||
| companion | ||
| disc.js | ||
| endtoend-build | ||
| endtoend-build-ci | ||
| endtoend-build-tests | ||
| make-changelog | ||
| make-new-versions-table | ||
| prepare-web-deploy | ||
| release | ||
| remove-accidental-git-tags.sh | ||
| run-example.js | ||
| to-gif-hd.sh | ||
| to-gif-hq.sh | ||
| to-gif.sh | ||
| update-contributors.mjs | ||
| update-yarn.sh | ||
| upload-to-cdn.js | ||