videojs / videojs-errors

A video.js plugin that displays error messages to video viewers.
Other
88 stars 29 forks source link

Feature/css localization #14

Closed tomjohnson916 closed 10 years ago

dmlap commented 10 years ago

Does this version remove the dependency on l20n?

tomjohnson916 commented 10 years ago

@dmlap - No external dependencies in this implementation.

dmlap commented 10 years ago

Cool!

dmlap commented 10 years ago

This approach looks much lighter weight to me. I still think we need to figure out a way to avoid the cost of localization when it's not going to be used. Many people don't need to localize their sites and this feature is pure overhead for them.

tomjohnson916 commented 10 years ago

took this route and refined under a new api. #localization branch.