mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
8 lines
183 B
JavaScript
8 lines
183 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "defaultLocale", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _index.enUS;
|
|
},
|
|
});
|
|
var _index = require("../locale/en-US.cjs");
|