After analyzing generated files on Chrome developer tools it is found that for both English and French, the generated js file something like this forum-en-78a470f6.js
And its contents are something like this
flarum.core.app.translator.addTranslations({"flarum-pusher.forum.discussion_list.show_updates_text":"Show {count} updated discussion|Show {count} updated discussions","core.forum.change_email.confirm_password_placeholder":"Confirm Password","core.forum.change_email.confirmation_message":"We've sent a confirmation email to {email}. If it doesn't arrive soon, check your spam folder.","core.forum.change_email.dismiss_button":"OK","core.forum.change_email.incorrect_password_message":"The password you entered is incorrect.","core.forum.change_email.submit_button":"Save Changes","core.forum.change_email.title":"Change Email","core.forum.change_password.send_button":"Send Password Reset Email","core.forum.change_password.text":"Click the button below and check your email for a link to change your password.","core.forum.change_password.title":"Change Password","core.forum.composer.close_tooltip":"Close","core.forum.composer.exit_full_screen_tooltip":"Exit Full Screen","core.forum.composer.full_screen_tooltip":"Full Screen","core.forum.composer.minimize_tooltip":"Minimize","core.forum.composer.preview_tooltip":"Preview","core.forum.composer_discussion.body_placeholder":"Write a Post...","core.forum.composer_discussion.discard_confirmation":"You have not posted your discussion. Do you wish to discard it?","core.forum.composer_discussion.submit_button":"Post Discussion","core.forum.composer_discussion.title":"Start a Discussion","core.forum.composer_discussion.title_placeholder":"Discussion Title","core.forum.composer_edit.discard_confirmation":"You have not saved your changes. Do you wish to discard them?","core.forum.composer_edit.post_link":"Post #{number} in {discussion}","core.forum.composer_edit.submit_button":"Save Changes","core.forum.composer_reply.body_placeholder":"Write a Reply...",
However in Bodo the generated file whatever I have put it in the config.js
file
months : 'जानुवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलाई_आगस्त_सेप्तेम्बर_अक्ट'बर_नबेम्बर_दिसेम्बर'.split('_'),
monthsShort : 'जान._फेब्रु._मार्च_एप्रि._मे_जून_जुला._आगस्त._सेप्तेम._अक्ट._नबेम._दिसेम.'.split('_'),
monthsParseExact: true,
weekdays : 'रबिबार_समबार_मंगलबार_बुधवार_ब्रूहष्फतिवार_शुक्रबार_शनिबार'.split('_'),
weekdaysShort : 'रबि_सम_मंगल_बुध_ब्रूहष्त_शुक्र_शनि'.split('_'),
weekdaysMin : 'र_स_मं_बु_ब्रू_शु_श'.split('_'),
longDateFormat : {
LT : 'A h:mm रिंगा',