I'm looking to deal with string translations for a telegram bot. The bot is one script which runs and asynchronously handles many connections simultaneously. Therefore, I don't want to switch the locale for everyone each time I need a string - I just want to pass a language in to the translate function. Is this an option, or is there some other translation system I should use?