Skript-Translate

Addon Skript-Translate 1.2

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Contributors
NagasonicDev
Supported Skript Version
  1. 2.9
  2. 2.10
Supported Minecraft Versions
  1. 1.19
  2. 1.20
  3. 1.21
Skript-Translate has the ability to translate text to the range of supported languages shown below.

Supported Languages


Usage

Translate

Code:
translate %strings% to %language%

For Example:
AppleScript:
set {_test::*} to "hello", "welcome", "to", "the" and "server"

translate {_test::*} to french

Translate Specific
Code:
translate %strings% to %language% from %language%
translate %strings% from %language% to %language%

This can help to fix any misunderstandings when auto-detecting languages like in the Translate effect. This should only be used if it is actually the language.

For Example:
AppleScript:
set {_test::*} to "hello", "welcome", "to", "the" and "server"

translate {_test::*} to french from english
Author
NagasonicDev
Downloads
175
Views
458
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from NagasonicDev

  • Skonic
    Addon Skonic
    Skonic is a Misc Skript addon that adds many features such as Citizens to Skript.

Latest updates

  1. Skript-Translate 1.2

    OMG New Update! Didn't think I'd make one for a while, but here I am, in shambles. Anyway, not...
  2. Skript-Translate 1.1

    Big Update Added 138 new Languages! This makes a total of 194 supported languages. Added a...