From 6f0418d6c5f04e779c627860ddae3520ebfa4d80 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Thu, 31 Oct 2024 10:08:35 +0100 Subject: [PATCH] apply name change --- app.config.ts | 4 ++-- package.json | 4 ++-- public/manifest.json | 6 +++--- src/routes/(editor).tsx | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app.config.ts b/app.config.ts index d5e271a..e216b11 100644 --- a/app.config.ts +++ b/app.config.ts @@ -12,8 +12,8 @@ export default defineConfig({ registerType: 'autoUpdate', base: '/', manifest: { - name: 'Translation tool', - short_name: 'T_tool', + name: 'Calque', + short_name: 'Calque', theme_color: '#f0f', icons: [], }, diff --git a/package.json b/package.json index 6e5b6ce..8470934 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "example-basic", + "name": "calque", "dependencies": { "@solidjs/meta": "^0.29.4", "@solidjs/router": "^0.14.10", @@ -26,4 +26,4 @@ "vite-plugin-pwa": "^0.20.5", "workbox-window": "^7.1.0" } -} +} \ No newline at end of file diff --git a/public/manifest.json b/public/manifest.json index 39b90c9..81859b9 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { - "short_name": "T-Tool", - "name": "Translation Tool", - "description": "Simple tool to help with maitaining i18n files", + "short_name": "Calque", + "name": "Calque", + "description": "Simple tool for maitaining i18n files", "icons": [ { "src": "/images/favicon.dark.svg", diff --git a/src/routes/(editor).tsx b/src/routes/(editor).tsx index f4900a0..f8deedb 100644 --- a/src/routes/(editor).tsx +++ b/src/routes/(editor).tsx @@ -21,7 +21,7 @@ export default function Editor(props: ParentProps) { ]; return - Translation-Tool + Calque