Thuum.org

A community for the dragon language of The Elder Scrolls V: Skyrim

Thuum.org

A community for the dragon language of The Elder Scrolls V: Skyrim

Translator Bookmarklets

 1 

Zauniglom
July 31, 2014

Here's a quick tutorial on how to create a 'translator bookmarklet'. You need no knowledge of programming, just how to copy/paste.

The bookmarklets just append text from a prompt to either:

 

http://www.thuum.org/translate-english.php?text=

or

http://www.thuum.org/translate-dragon.php?text=

 

You can add any text to the end of those links, and it will translate(The 'translate-english' link will translate from Dovahzul to English, and the 'translate-dragon' will translate from English to Dovahzul.)

How to make a Dragon-English:

  1. Create a new, empty bookmark.
  2. Name it Dragon-English
  3. Put this in the link:
    javascript:void(window.open("http://www.thuum.org/translate-english.php?text="+prompt("Dovahzul:")))
  4. Save. You now have a bookmarklet that will take you to a translation of your text

 

How to make English-Dragon:

  1. Create a new, empty bookmark.
  2. Name it English-Dragon
  3. Put this in the link:
    javascript:void(window.open("http://www.thuum.org/translate-dragon.php?text="+prompt("English")))
  4. Save. You now have a bookmarklet that will take you to a translation of your text

 

If you are wondering what a prompt is, click here(will open a prompt)

(Tooltip blocks the submit button when my mouse is over the text box, needed to delete it in the inspector to publish)

by Zauniglom
July 31, 2014

Here's a quick tutorial on how to create a 'translator bookmarklet'. You need no knowledge of programming, just how to copy/paste.

The bookmarklets just append text from a prompt to either:

 

http://www.thuum.org/translate-english.php?text=

or

http://www.thuum.org/translate-dragon.php?text=

 

You can add any text to the end of those links, and it will translate(The 'translate-english' link will translate from Dovahzul to English, and the 'translate-dragon' will translate from English to Dovahzul.)

How to make a Dragon-English:

  1. Create a new, empty bookmark.
  2. Name it Dragon-English
  3. Put this in the link:
    javascript:void(window.open("http://www.thuum.org/translate-english.php?text="+prompt("Dovahzul:")))
  4. Save. You now have a bookmarklet that will take you to a translation of your text

 

How to make English-Dragon:

  1. Create a new, empty bookmark.
  2. Name it English-Dragon
  3. Put this in the link:
    javascript:void(window.open("http://www.thuum.org/translate-dragon.php?text="+prompt("English")))
  4. Save. You now have a bookmarklet that will take you to a translation of your text

 

If you are wondering what a prompt is, click here(will open a prompt)

(Tooltip blocks the submit button when my mouse is over the text box, needed to delete it in the inspector to publish)


paarthurnax
Administrator
July 31, 2014

Cool tutorial, thanks for posting!

by paarthurnax
July 31, 2014

Cool tutorial, thanks for posting!

This thread is more than 6 months old and is no longer open to new posts. If you have a topic you want to discuss, consider starting a new thread. Contact the administrator for assistance if you are the author of this thread.