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

@ -6,12 +6,12 @@
<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/GlowSans/font.css" />
<title>Blue Archive Logo Generater</title>
<title class="i18n" data-i18n="title">Blue Archive Logo Generator</title>
</head>
<body>
<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>
<section class="canvas-wrapper flex place-content-center">
<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",
"copy": "COPY",
"copy-success": "Image copied",

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

Loading…
Cancel
Save