26 lines
595 B
JavaScript
26 lines
595 B
JavaScript
|
import {
|
||
|
de_default
|
||
|
} from "../chunks/chunk.MMH6PRFE.js";
|
||
|
import "../chunks/chunk.NH3SRVOC.js";
|
||
|
import "../chunks/chunk.QPSNFEB2.js";
|
||
|
import {
|
||
|
registerTranslation
|
||
|
} from "../chunks/chunk.O27EHOBW.js";
|
||
|
import {
|
||
|
__spreadProps,
|
||
|
__spreadValues
|
||
|
} from "../chunks/chunk.KIILAQWQ.js";
|
||
|
|
||
|
// src/translations/de-ch.ts
|
||
|
var translation = __spreadProps(__spreadValues({}, de_default), {
|
||
|
$code: "de-CH",
|
||
|
$name: "Deutsch (Schweiz)",
|
||
|
close: "Schliessen",
|
||
|
resize: "Gr\xF6sse \xE4ndern"
|
||
|
});
|
||
|
registerTranslation(translation);
|
||
|
var de_ch_default = translation;
|
||
|
export {
|
||
|
de_ch_default as default
|
||
|
};
|