@infinite-canvas-tutorial/webcomponents
Version:
WebComponents UI implementation
26 lines • 682 B
JavaScript
;
// Do not modify this file by hand!
// Re-generate this file by running lit-localize.
Object.defineProperty(exports, "__esModule", { value: true });
exports.allLocales = exports.targetLocales = exports.sourceLocale = void 0;
/**
* The locale code that templates in this source code are written in.
*/
exports.sourceLocale = `en`;
/**
* The other locale codes that this application is localized into. Sorted
* lexicographically.
*/
exports.targetLocales = [
`es-419`,
`zh-Hans`,
];
/**
* All valid project locale codes. Sorted lexicographically.
*/
exports.allLocales = [
`en`,
`es-419`,
`zh-Hans`,
];
//# sourceMappingURL=locale-codes.js.map