🌐 Add translations
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user