Skip to content

Commit

Permalink
old translation scripts are not supported anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
AlterTobi committed Oct 31, 2023
1 parent 5f1ba34 commit 50ada9d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
10 changes: 8 additions & 2 deletions _pages/de/translations.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,19 @@ Fügt eine Schaltfläche im Kopf der Seite zum Übersetzen aller Texte hinzu. W
* [Download](../wfes-AddTranslationButtons.user.js)


## Google Translate
---

## veraltete Scripte

Diese Scripte werden nicht mehr unterstützt und machen Probleme mit dem neuesten Wayfarer-Update.

### Google Translate
Die "alte" Version des Tools, mit Schaltflächen an allen Texten

![Google Translate](../images/google-translate.png "Google translation buttons")
* [Download](../wfes-AddTranslationButtonsGoogle.user.js)

## Deepl Translate
### Deepl Translate
wie Google, aber mit Deepl als Übersetzer

![Deepl Translate](../images/deepl-translate.png "Deepl translation buttons")
Expand Down
10 changes: 8 additions & 2 deletions _pages/en/translations.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,20 @@ Adds a translate button to the page header. Select which engine you want to use.
* [Download](../wfes-AddTranslationButtons.user.js)


## Google Translate

---

##outdated scripts
These scripts are no longer supported and cause problems with latest Wayfarer update.

### Google Translate
the "old" version of this tool with buttons near all texts

![Google Translate](../images/google-translate.png "Google translation buttons")
* [Download](../wfes-AddTranslationButtonsGoogle.user.js)


## Deepl Translate
### Deepl Translate
like "Google", but with Deepl translation engine

![Deepl Translate](../images/deepl-translate.png "Deepl translation buttons")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @name Deepl Translation Buttons
// @version 1.1.0
// @version 1.1.1
// @description Adds buttons to translate parts or all of the text associated with a wayspot
// @author AlterTobi

Expand Down Expand Up @@ -189,4 +189,5 @@
window.addEventListener("WFESReviewPagePhotoLoaded", () => { setTimeout(addPhotoTranslationButtons, 100);});

console.log("Script loaded:", GM_info.script.name, "v" + GM_info.script.version);
console.warn(GM_info.script.name, ": This script is no longer supported, please remove.");
})();
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @name Add Translation Buttons Google
// @version 1.4.0
// @version 1.4.1
// @description Adds buttons to translate parts or all of the text associated with a wayspot
// @author AlterTobi

Expand Down Expand Up @@ -189,4 +189,5 @@
window.addEventListener("WFESReviewPagePhotoLoaded", () => { setTimeout(addPhotoTranslationButtons, 100);});

console.log("Script loaded:", GM_info.script.name, "v" + GM_info.script.version);
console.warn(GM_info.script.name, ": This script is no longer supported, please remove.");
})();

0 comments on commit 50ada9d

Please sign in to comment.