fix: remove emojis from chat loading phrases
This commit is contained in:
@@ -120,35 +120,35 @@ var chatWarmedUp = false;
|
||||
|
||||
// Fun loading phrases — random per request
|
||||
var chatLoadingPhrases = {{if eq .Lang "es"}}[
|
||||
'Repasando mi currículum… 📄',
|
||||
'Recordando mis proyectos… 🧠',
|
||||
'Calentando neuronas… ⚡',
|
||||
'Preparando mi mejor versión… 💪',
|
||||
'Buscando en mis recuerdos… 🔍',
|
||||
'Consultando mi experiencia… 💼',
|
||||
'Un momento, que me concentro… 🎯',
|
||||
'Revisando 21 años de código… ⏳',
|
||||
'Encendiendo el cerebro digital… 🤖',
|
||||
'Organizando ideas… 💡',
|
||||
'Dame un segundo… ☕',
|
||||
'Casi listo, paciencia… 🏗️',
|
||||
'Activando modo profesional… 👨💻',
|
||||
'Conectando con mi yo digital… 🔌'
|
||||
'Repasando mi curriculum…',
|
||||
'Recordando mis proyectos…',
|
||||
'Calentando neuronas…',
|
||||
'Preparando mi mejor version…',
|
||||
'Buscando en mis recuerdos…',
|
||||
'Consultando mi experiencia…',
|
||||
'Un momento, que me concentro…',
|
||||
'Revisando 21 anos de codigo…',
|
||||
'Encendiendo el cerebro digital…',
|
||||
'Organizando ideas…',
|
||||
'Dame un segundo…',
|
||||
'Casi listo, paciencia…',
|
||||
'Activando modo profesional…',
|
||||
'Conectando con mi yo digital…'
|
||||
]{{else}}[
|
||||
'Reviewing my CV… 📄',
|
||||
'Remembering my projects… 🧠',
|
||||
'Warming up neurons… ⚡',
|
||||
'Preparing my best self… 💪',
|
||||
'Searching my memories… 🔍',
|
||||
'Consulting my experience… 💼',
|
||||
'One moment, focusing… 🎯',
|
||||
'Scanning 21 years of code… ⏳',
|
||||
'Booting up the digital brain… 🤖',
|
||||
'Organizing thoughts… 💡',
|
||||
'Give me a second… ☕',
|
||||
'Almost there, hang tight… 🏗️',
|
||||
'Activating professional mode… 👨💻',
|
||||
'Connecting to my digital self… 🔌'
|
||||
'Reviewing my CV…',
|
||||
'Remembering my projects…',
|
||||
'Warming up neurons…',
|
||||
'Preparing my best self…',
|
||||
'Searching my memories…',
|
||||
'Consulting my experience…',
|
||||
'One moment, focusing…',
|
||||
'Scanning 21 years of code…',
|
||||
'Booting up the digital brain…',
|
||||
'Organizing thoughts…',
|
||||
'Give me a second…',
|
||||
'Almost there, hang tight…',
|
||||
'Activating professional mode…',
|
||||
'Connecting to my digital self…'
|
||||
]{{end}};
|
||||
function chatLoadingPhrase() {
|
||||
return chatLoadingPhrases[Math.floor(Math.random() * chatLoadingPhrases.length)];
|
||||
|
||||
Reference in New Issue
Block a user