Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(lang): copy language JSON files into dist dir (#5549)
This helps with ESM import and bundler users can then import the JSON files directly and register the languages manually. For example: ```js import es from 'video.js/dist/lang/es.json'; videojs(element, { language: 'es', languages: { es } }); ``` Related issue: #5092
- Loading branch information