translate()
The translate method is the method that will translate a single string. It takes two arguments:
key: The translation key.lang: The language to translate to from thetranslation object.
twoMi18n.translate("hello", "fr"); // BonjourSee
Fallbacks.