I need to implement a translation in a plugin called pikaday, which is actually a datepicker, and as the site is multilanguage I am trying to implement the i18n. pulling the translations of a JSON: link
and here in jsfiddle the example: link
What is the best way to get each translation at a time? for example, what if I want to get the value "en-br" and move to a variable? what would it be like?