https links

This commit is contained in:
antelle 2021-02-26 18:54:55 +01:00
parent 44e053af01
commit c65d546218
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
2 changed files with 86 additions and 82 deletions

View File

@ -8,7 +8,7 @@ If you would like to open an issue, please do it in the [KeeWeb repo](https://gi
## Translations
You can add or edit translations [here](http://keeweb.oneskyapp.com/), they will be imported automatically.
You can add or edit translations [here](https://keeweb.oneskyapp.com/), they will be imported automatically.
## Scripts

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta charset="UTF-8" />
<title>KeeWeb translations</title>
<link rel="shortcut icon" href="/favicon.png" />
<script>
@ -17,7 +17,8 @@
var langData = languages[lang];
var url = 'https://plugins.keeweb.info/translations/' + lang;
var row = table.insertRow();
row.insertCell().innerHTML = '<a href="javascript:showLanguage(\'' + lang + '\');">' + lang + '</a>';
row.insertCell().innerHTML =
'<a href="javascript:showLanguage(\'' + lang + '\');">' + lang + '</a>';
row.insertCell().innerHTML = langData.name;
row.insertCell().innerHTML = langData.nameEn;
row.insertCell().innerHTML = langData.version;
@ -56,15 +57,18 @@
</script>
<style>
body {
font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;;
font-family: -apple-system, 'BlinkMacSystemFont', 'Helvetica Neue', 'Helvetica',
'Roboto', 'Arial', sans-serif;
font-size: 14px;
}
</style>
</head>
<body>
<h1>KeeWeb translations</h1>
<p>This site contains translations for <a href="https://keeweb.info">KeeWeb</a>.
You can add or edit translations at <a href="http://keeweb.oneskyapp.com/">OneSky</a>.</p>
<p>
This site contains translations for <a href="https://keeweb.info">KeeWeb</a>. You can
add or edit translations at <a href="https://keeweb.oneskyapp.com/">OneSky</a>.
</p>
<p>Language list</p>
<table id="list-languages" cellpadding="5" cellspacing="0" border="1">
<tr>
@ -76,7 +80,7 @@
<th>Plugin URL</th>
</tr>
</table>
<div id="lang-data" style="display: none;">
<div id="lang-data" style="display: none">
<p>Language: <span id="lang-name"></span></p>
<table id="lang-table" cellpadding="5" cellspacing="0" border="1">
<tr>