diff options
| author | Fuwn <[email protected]> | 2023-03-30 02:02:57 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-03-30 02:02:57 -0700 |
| commit | 7e1c907be3612b77f66f93b4dcfa388aad201430 (patch) | |
| tree | d8385027739070f7c331a1ee0bec1adc60050c42 /content/static | |
| parent | feat(router): add uwufy demo (diff) | |
| download | locus-7e1c907be3612b77f66f93b4dcfa388aad201430.tar.xz locus-7e1c907be3612b77f66f93b4dcfa388aad201430.zip | |
feat(router): add translation engine
Diffstat (limited to 'content/static')
| -rw-r--r-- | content/static/translate.gmi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/content/static/translate.gmi b/content/static/translate.gmi new file mode 100644 index 0000000..4542114 --- /dev/null +++ b/content/static/translate.gmi @@ -0,0 +1,11 @@ +# Translate + +This Gemini capsule contains a **global** translation engine (using DeepL)! + +To translate any page into your language of choice, just add the "translate" query parameter to the URL. + +For example, to translate this page into French, you would go to: <gemini://fuwn.me/translate?language=fr> + +=> /translate?language=fr Try it! + +Before visiting a page in another language, make note of your Gemini client. Not all Gemini clients have support for other typefaces, encodings, etc., so languages with non-Latin alphabets may not display correctly. |