Archived
Template
1
Fork 0
This repository has been archived on 2024-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
Contour/public/@shoelace-style/shoelace/cdn/translations/en-gb.js
2024-01-30 10:59:28 -05:00

24 lines
617 B
JavaScript

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
};