Update frontend branding from 'Voice Language Translator' to 'Talk2Me'
- Updated page title in index.html - Updated main heading in index.html - Updated PWA manifest name - Updated service worker comment 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
92fd390866
commit
77f31cd694
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "Voice Language Translator",
|
"name": "Talk2Me",
|
||||||
"short_name": "Translator",
|
"short_name": "Translator",
|
||||||
"description": "Translate spoken language between multiple languages with speech input and output",
|
"description": "Translate spoken language between multiple languages with speech input and output",
|
||||||
"start_url": "/",
|
"start_url": "/",
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Service Worker for Voice Language Translator PWA
|
// Service Worker for Talk2Me PWA
|
||||||
|
|
||||||
const CACHE_NAME = 'voice-translator-v1';
|
const CACHE_NAME = 'voice-translator-v1';
|
||||||
const ASSETS_TO_CACHE = [
|
const ASSETS_TO_CACHE = [
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
||||||
<title>Voice Language Translator</title>
|
<title>Talk2Me</title>
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
|
||||||
<link rel="icon" href="/favicon.ico" sizes="any">
|
<link rel="icon" href="/favicon.ico" sizes="any">
|
||||||
@ -122,7 +122,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="text-center mb-4">Voice Language Translator</h1>
|
<h1 class="text-center mb-4">Talk2Me</h1>
|
||||||
<!--<p class="text-center text-muted">Powered by Gemma 3, Whisper & Edge TTS</p>-->
|
<!--<p class="text-center text-muted">Powered by Gemma 3, Whisper & Edge TTS</p>-->
|
||||||
|
|
||||||
<!-- Multi-speaker toolbar -->
|
<!-- Multi-speaker toolbar -->
|
||||||
|
Loading…
Reference in New Issue
Block a user