Phyks (Lucas Verney)
d8a7d4f66a
Full rework of webplayer. Webplayer is back to its previous working state, and ready for further improvements.
6 lines
123 B
JavaScript
6 lines
123 B
JavaScript
// Export all the existing locales
|
|
module.exports = {
|
|
"en-US": require("./en-US"),
|
|
"fr-FR": require("./fr-FR"),
|
|
};
|