Hi ,
I have a problem about translate account age command into chinese.
I set a command about account age.
$(twitch $(user)" {{displayName}}, Your account was created {{createdLength}} ago")'.replace('Your account was created' , '已經建立').replace('year' , '年').replace('day' , '天').replace('minute' , '分').replace('second' , '秒').replace('month' , '月').replace('week' , '週').replace('hour' , '小時').replace(/s/g, ""))
but when I type the command ,
nightbot return the message
Your account was created 11 months 9 days 17 hours 55 minutes 17 seconds ago'.replace('Your account was created' , '已經建立').replace('year' , '年').replace('day' , '天').replace('minute' , '分').replace('second' , '秒').replace('month' , '月').replace('week' , '週').replace('hour' , '小時').replace(/s/g, ""))
I need help , Thank you 🙂