Slide 40
Slide 40 text
Помните о локализации
скриптов на JavaScript
Советы
# app/views/articles/index.html.erb
...
$("#content").pullToRefresh({
"i18n": {
"pull_to_refresh": "<%= t ".pull_to_refresh" %>",
"release_to_refresh": "<%= t ".release_to_refresh" %>"
},
success: function() {
// ...
}
});
...