huacnlee / social-share-button

Helper for add social share feature in your Rails app. Twitter, Facebook, Weibo, Douban ...
MIT License
582 stars 309 forks source link

I18n.available_locales now contain all the locales defined in your gem #185

Open demo-360 opened 5 years ago

demo-360 commented 5 years ago

Hi,

since I use your gem, I18n.available_locales return me the full list of the locales that you have defined. For now I only need fr and en. How could get rid of the others?

Thanks