Solved Change 'seconds' to german word 'sekunde'

  • 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 community!

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

Mar 1, 2017
109
1
18
Hello,

how can i change the displayed 'seconds' to the german word 'sekunde'?

Thank you.

Best regards, Auswahluhr6004
 
code_language.skript:
set {_time} to "%{your_timespan}%"
replace all "seconds" with "sekunde" in {_time}
message "%{_time}%"
 
This is in the wrong section, bud. This section is for Java related stuff, not Skript.