Add supported Bible translations meta data. At the moment KJV and ASV are supported. So when requested [http://localhost:4000/api/v1/meta/translations](http://localhost:4000/api/v1/meta/translations) send the following response: ``` { translations: ['KJV', 'ASV'] } ```