Skip to content

Commit

Permalink
Update FunkIntoFunky.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AbelitoGamer authored Dec 8, 2024
1 parent 6ccca04 commit c89f24a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions FunkIntoFunky/FunkIntoFunky.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Animation Frame Combiner</title>
<title>Funkin' To Funky!</title>
<link href="/Bootstrap/css/bootstrap.css" rel="stylesheet">
<style>
.drop-zone {
Expand Down Expand Up @@ -73,7 +73,7 @@ <h1 class="text-center mb-4" data-text="title">Animation Frame Combiner</h1>
<script>
const translations = {
en: {
title: "Animation Frame Combiner",
title: "Funkin' To Funky!",
dropText: "Drag and drop your ZIP file here or",
selectButton: "Select File",
readingZip: "Reading ZIP file...",
Expand All @@ -84,7 +84,7 @@ <h1 class="text-center mb-4" data-text="title">Animation Frame Combiner</h1>
rotateFrames: "Rotate frames 90° clockwise"
},
es: {
title: "Combinador de Cuadros de Animación",
title: "Funkin' To Funky!",
dropText: "Arrastra y suelta tu archivo ZIP aquí o",
selectButton: "Seleccionar Archivo",
readingZip: "Leyendo archivo ZIP...",
Expand All @@ -95,7 +95,7 @@ <h1 class="text-center mb-4" data-text="title">Animation Frame Combiner</h1>
rotateFrames: "Rotar cuadros 90° en sentido horario"
},
pt: {
title: "Combinador de Quadros de Animação",
title: "Funkin' To Funky!",
dropText: "Arraste e solte seu arquivo ZIP aqui ou",
selectButton: "Selecionar Arquivo",
readingZip: "Lendo arquivo ZIP...",
Expand Down Expand Up @@ -272,4 +272,4 @@ <h1 class="text-center mb-4" data-text="title">Animation Frame Combiner</h1>
updateLanguage('en');
</script>
</body>
</html>
</html>

0 comments on commit c89f24a

Please sign in to comment.