@infinite-canvas-tutorial/webcomponents
Version:
WebComponents UI implementation
23 lines • 544 B
JavaScript
// Do not modify this file by hand!
// Re-generate this file by running lit-localize.
/**
* The locale code that templates in this source code are written in.
*/
export const sourceLocale = `en`;
/**
* The other locale codes that this application is localized into. Sorted
* lexicographically.
*/
export const targetLocales = [
`es-419`,
`zh-Hans`,
];
/**
* All valid project locale codes. Sorted lexicographically.
*/
export const allLocales = [
`en`,
`es-419`,
`zh-Hans`,
];
//# sourceMappingURL=locale-codes.js.map