Link to Weblate updated

This commit is contained in:
nobody 2021-02-18 06:37:17 +01:00
parent 1724191dc6
commit f745e116f2
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
2 changed files with 2 additions and 2 deletions

View File

@ -215,7 +215,7 @@ const Links = {
'STATISTICS': chrome.extension.getURL('pages/statistics/statistics.html'),
'LOCALCDN_TEST': 'https://www.localcdn.org/test',
'LOCALCDN_TEST_WEBSITE': 'https://www.localcdn.org/test/check?domain=',
'WEBLATE': 'https://hosted.weblate.org/projects/localcdn/',
'WEBLATE': 'https://hosted.weblate.org/projects/localcdn/localcdn/',
};
const CDNs = {

View File

@ -509,7 +509,7 @@ popup._onInfoButtonClicked = function () {
popup._onIncompleteTranslation = function () {
if (event.button === 0 || event.button === 1) {
chrome.tabs.create({
'url': Links.Weblate,
'url': Links.WEBLATE,
'active': event.button === 0,
});
}