backend
backend copied to clipboard
turn off all emotes feature
{ emote: 'emote here' }
is littered throughout the app when calling t()
the translation function. find a way to disable them easily. perhaps there's a global function on https://www.i18next.com/ that can do it without having to touch every t() in the code