-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (39 loc) · 1.61 KB
/
index.html
File metadata and controls
40 lines (39 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<html>
<link rel="stylesheet" href="https://ssl.gstatic.com/docs/script/css/add-ons.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<style>
h1 { font-family: 'Open Sans', sans-serif; font-weight: 350; text-align: center; color: white; font-size: 300%;}
h2 { font-family: 'Open Sans', sans-serif; font-weight: 180; text-align: center; color: white; font-size: 120%;}
p { font-family: 'Open Sans', sans-serif; font-weight: 130; text-align: justified; color: white; font-size: 100%;}
</style>
<body bgcolor="#EF4836">
<center>
<font color="white"> <!-- Header -->
<h1>Easy</h1>
<h1>Localization</h1><br><br>
<!-- Body -->
<div>
<h2>
Set-Up
</h2>
</div>
<p>
Easy Localization allows you to to bulk-translate your sheet but in order for it to work the sheet has to be in a certain format. You can create a new pre-formatted sheet here:
<p>
<br>
<button style="width:200px;height:30px" onclick="return google.script.run.createExample();">Add Localization Sheet</button>
<br>
<br><br>
<button class="action" style="width:200px;height:40px" onclick="return google.script.run.translate();">Translate</button>
<!-- Footer -->
<div class="sidebar bottom" style="width:97%;">
<button onclick="return google.script.run.showFormatting();">How to use</button>
<a class="button" href=
"https://developers.google.com/recaptcha/docs/language?hl=en" target=
"_blank">Language Codes</a>
<h2> Easy Localization </h2>
</div>
</font>
</center>
</body>
</html>