refactor: update branding

Fixes #4
This commit is contained in:
2023-11-03 22:45:30 +01:00
parent f7bf93fcfc
commit 9b95e1d67a
5 changed files with 7 additions and 17 deletions

View File

@@ -1,7 +1,8 @@
import type {Translation} from "../i18n-types"
const de = {
TITLE: "amaCC1ng",
TITLE: "CharaChorder Gerätemanager",
DESCRIPTION: "Gerätemanager und Konfigurationstool für CharaChorder Geräte.",
saveActions: {
UNDO: "Rückgängig",
REDO: "Wiederholen",

View File

@@ -1,7 +1,8 @@
import type {BaseTranslation} from "../i18n-types"
const en = {
TITLE: "amaCC1ng",
TITLE: "CharaChorder Device Manager",
DESCRIPTION: "The device manager and configuration tool for CharaChorder devices.",
saveActions: {
UNDO: "Undo",
REDO: "Redo",

View File

@@ -16,7 +16,7 @@
import "tippy.js/dist/tippy.css"
import tippy from "tippy.js"
import {theme, userPreferences} from "$lib/preferences.js"
import {setLocale} from "../i18n/i18n-svelte"
import {LL, setLocale} from "../i18n/i18n-svelte"
import {loadLocale} from "../i18n/i18n-util.sync"
import {detectLocale} from "../i18n/i18n-util"
import type {Locales} from "../i18n/i18n-types"
@@ -58,8 +58,8 @@
<svelte:head>
{@html webManifestLink}
<title>amaCC1ng</title>
<meta name="description" content="Tool for CharaChorder devices" />
<title>{$LL.TITLE()}</title>
<meta name="description" content={$LL.DESCRIPTION()} />
<meta name="theme-color" content={data.themeColor} />
</svelte:head>

View File

@@ -1,12 +0,0 @@
<script>
</script>
<svelte:head>
<title>dot i/o</title>
</svelte:head>
<h1>dot i/o V2</h1>
<section>
<h2>Layout</h2>
</section>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB