mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-01-10 09:14:52 +01:00
Updated links for translation to Weblate
This commit is contained in:
parent
4f3d9dda74
commit
e279362439
@ -82,6 +82,8 @@ Please read this [developer guide](https://developer.mozilla.org/en-US/Add-ons/W
|
|||||||
|
|
||||||
Just open an issue with your question or write an [email](https://localcdn.de/contact/) (PGP possible!).
|
Just open an issue with your question or write an [email](https://localcdn.de/contact/) (PGP possible!).
|
||||||
|
|
||||||
|
## Submitting Translations
|
||||||
|
The language you want is not completely translated or you are a language talent? Please help us by translating this add-on on [Weblate](https://hosted.weblate.org/projects/localcdn/).
|
||||||
|
|
||||||
## Donations
|
## Donations
|
||||||
|
|
||||||
|
@ -193,8 +193,8 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a class="button button-notice button-warning" href="https://localcdn.de/translation/" target="_blank">
|
<a class="button button-notice button-warning" href="https://hosted.weblate.org/projects/localcdn/" target="_blank">
|
||||||
Help Translate
|
Please help out by translating this add-on on Weblate.
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -436,7 +436,7 @@ popup._renderLocaleNotice = function () {
|
|||||||
localeNoticeElement.setAttribute('class', 'notice notice-default');
|
localeNoticeElement.setAttribute('class', 'notice notice-default');
|
||||||
localeNoticeElement.addEventListener('mouseup', popup._onIncompleteTranslation);
|
localeNoticeElement.addEventListener('mouseup', popup._onIncompleteTranslation);
|
||||||
|
|
||||||
nameTextNode = document.createTextNode('Translation is incomplete. You want to help?');
|
nameTextNode = document.createTextNode('Translation is incomplete. You want to help on Weblate?');
|
||||||
|
|
||||||
localeNoticeElement.appendChild(nameTextNode);
|
localeNoticeElement.appendChild(nameTextNode);
|
||||||
localeNoticeElement.addEventListener('mouseup', popup._onIncompleteTranslation);
|
localeNoticeElement.addEventListener('mouseup', popup._onIncompleteTranslation);
|
||||||
@ -557,7 +557,7 @@ popup._onIncompleteTranslation = function () {
|
|||||||
if (event.button === 0 || event.button === 1) {
|
if (event.button === 0 || event.button === 1) {
|
||||||
|
|
||||||
chrome.tabs.create({
|
chrome.tabs.create({
|
||||||
'url': 'https://localcdn.de/translation/',
|
'url': 'https://hosted.weblate.org/projects/localcdn/',
|
||||||
'active': (event.button === 0)
|
'active': (event.button === 0)
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user