const translate = {}

translate.get('HOME.TITLE', { value: 'world' })
translate.get(['HOME.TITLE'], { value: 'world' })
