-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Description
Currently, the only possible way to use translation for Plyr is to get i18n
object from somewhere and add it to Plyr. This have several weaknesses because users (developers) would need to know location of file for each translation.
There should be some central translation "repository" (the best options is some folder in this repository, for example src/locales
) which would have all translations in JSON files.
Users (developers) would than just need to specify language name to get translation.
puzzle9
Metadata
Metadata
Assignees
Labels
No labels