oops typo

master
nulla2011 1 year ago
parent 6e0af718f4
commit 08ae82cb56

@ -1,6 +1,6 @@
# BlueArchive-style Logo Generater # BlueArchive-style Logo Generator
A logo generater using canvas & Vanilla js. A logo generator using canvas & Vanilla js.
## Used Fonts ## Used Fonts

@ -6,12 +6,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="fonts/RoGSans/font.css" /> <link rel="stylesheet" type="text/css" href="fonts/RoGSans/font.css" />
<link rel="stylesheet" type="text/css" href="fonts/GlowSans/font.css" /> <link rel="stylesheet" type="text/css" href="fonts/GlowSans/font.css" />
<title>Blue Archive Logo Generater</title> <title class="i18n" data-i18n="title">Blue Archive Logo Generator</title>
</head> </head>
<body> <body>
<header> <header>
<h1 class="i18n mt-24 mb-20 text-center font-bold" data-i18n="title">BlueArchive-Style Logo Generater</h1> <h1 class="i18n mt-24 mb-20 text-center font-bold" data-i18n="heading">BlueArchive-Style Logo Generator</h1>
</header> </header>
<section class="canvas-wrapper flex place-content-center"> <section class="canvas-wrapper flex place-content-center">
<div class="relative my-auto"> <div class="relative my-auto">

@ -1,5 +1,6 @@
{ {
"title": "BlueArchive-Style Logo Generater", "title": "Blue Archive Logo Generator",
"heading": "BlueArchive-Style Logo Generator",
"save": "SAVE", "save": "SAVE",
"copy": "COPY", "copy": "COPY",
"copy-success": "Image copied", "copy-success": "Image copied",

@ -1,5 +1,6 @@
{ {
"title": "蔚蓝档案标题生成器", "title": "蔚蓝档案标题生成器",
"heading": "蔚蓝档案标题生成器",
"save": "保存", "save": "保存",
"copy": "复制", "copy": "复制",
"copy-success": "图片已成功复制", "copy-success": "图片已成功复制",

Loading…
Cancel
Save