So I have this string in the translation table (csv file):
,en,id,ja
goal_timed,Clear stage under [x] minutes,Selesaikan stage dalam [x] menit,[x]分にステージをクリアする
so I want to replace [x] with some number, how can i do that?
and also the goal is to print the string to Label and it must respond to TranslationServer.set_locale()