snapappointments / bootstrap-select

:rocket: The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more.
https://developer.snapappointments.com/bootstrap-select/
MIT License
9.85k stars 2.72k forks source link

i18n - incorrect locale codes in JS file names #2338

Open JimSaiya opened 5 years ago

JimSaiya commented 5 years ago

Some of the files in /dist/js/i18n/ have incorrect language/country codes.

Best practice is to only include the region if it's needed to make the language unambiguous, like pt_BR and pt_PT. See https://www.w3.org/International/articles/language-tags/.

This issue expands issue #1881.

caseyjhol commented 4 years ago

It would be awesome if anyone would be willing to tackle this. Using this site: https://r12a.github.io/app-subtags/ will make things much easier.