-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathabout.html
More file actions
36 lines (34 loc) · 1.5 KB
/
about.html
File metadata and controls
36 lines (34 loc) · 1.5 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
<!DOCTYPE html>
<html>
<head>
<link href="https://ssl.gstatic.com/docs/script/css/add-ons.css" rel=
"stylesheet">
<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: black; font-size: 300%;}
h2 { font-family: 'Open Sans', sans-serif; font-weight: 180; text-align: center; color: black; font-size: 120%;}
</style>
<title></title>
</head>
<body>
<div style="text-align: center">
<h1>Easy</h1>
<h1>Localization</h1><br><br>
<p style="text-align: justify">Easy Localization is an add-on created to simplify localization with
Google spreadsheets. You can read more about it <a href=
"http://www.modernalchemy.de/localization-google-sheets-add-on/" target=
"_blank">here.</a>
It is a fork of this <a href=
"https://chrome.google.com/webstore/detail/translate-my-sheet/ikbffjfknllcipddomhgdhcedikhiaga" target=
"_blank">add-on</a> which may serve your purposes better if you don't want to reorganize your spreadsheet.
It uses the Google Translate API and supports more than <b>100
languages</b>.</p>
<hr>
<br>
You can find the source code on <a href=
"https://github.com/jojo1234/EasyGameLocalization" target=
"_blank">GitHub</a>.<br>
Developed by <a href="http://modernalchemy.de" target="_blank">Modern Alchemy</a>
</div>
</body>
</html>