- Contributors
- NagasonicDev
- Supported Skript Version
- 2.9
- 2.10
- Supported Minecraft Versions
- 1.19
- 1.20
- 1.21
Skript-Translate has the ability to translate text to the range of supported languages shown below.
Supported Languages
Usage
Translate
For Example:
Translate Specific
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:
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