in lib/twitter_cldr/js/renderers/data/settings.rb [21:29]
def get_data
{
:Settings => {
:is_rtl => is_rtl(),
:locale => current_locale()
}
}
end