I am having a problem with datetime_select month rails view control.
After integrating new localization to my website (bs_BA) Bosnian, I have a problem where names of months not showing correctly.
This is my view control with slim syntax:
= f.datetime_select :event_date, :order => [:day,:month,:year], class:'form-control'
Also I have a gem 'rails-i18n'
installed.
All other label translations are okay, just having issue with 'month' drop-down content.