25 lines
617 B
JavaScript
25 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
|
||
|
};
|