🌐 Add translations

This commit is contained in:
2018-10-01 23:55:22 +02:00
parent 8679ac915f
commit 3943e86d0b
8 changed files with 126 additions and 29 deletions

View File

@@ -4,14 +4,14 @@
<meta charset="utf-8">
<link href="styles/options.css" rel="stylesheet">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Options & Settings</title>
<title data-message="optionsAndSettings"></title>
</head>
<body class="wrap">
<div class="grid">
<div class="unit whole center-on-mobiles">
<div class="heading">
<h1>Shikiryu Bookmarklet</h1>
<p class="lead">Save this page by email for later read</p>
<h1 data-message="extensionName"></h1>
<p class="lead" data-message="optionsPageSubtitle"></p>
</div>
</div>
</div>
@@ -24,12 +24,12 @@
<div class="grid">
<div class="unit whole center-on-mobiles">
<div class="option">
<h5>URL</h5>
<h5 data-message="optionsURL"></h5>
<input type="text" name="url" value="https://bookmarklet.shikiryu.com" />
</div>
<div class="option">
<h5>Token</h5>
<h5 data-message="optionsToken"></h5>
<input type="text" name="token" value="" />
</div>