sudovanilla-website/public/@shoelace-style/shoelace/cdn/translations/en-gb.js

25 lines
617 B
JavaScript
Raw Normal View History

2024-05-13 22:34:06 -05:00
import "../chunks/chunk.NH3SRVOC.js";
import {
en_default
} from "../chunks/chunk.QPSNFEB2.js";
import {
registerTranslation
} from "../chunks/chunk.O27EHOBW.js";
import {
__spreadProps,
__spreadValues
} from "../chunks/chunk.KIILAQWQ.js";
// src/translations/en-gb.ts
var translation = __spreadProps(__spreadValues({}, en_default), {
$code: "en-GB",
$name: "English (United Kingdom)",
selectAColorFromTheScreen: "Select a colour from the screen",
toggleColorFormat: "Toggle colour format"
});
registerTranslation(translation);
var en_gb_default = translation;
export {
en_gb_default as default
};