Russian перевод

ПроектКонтекстСтатусОтправил(а)СодержитЛимит
Исходный текстПереводы
Move JavaScript added by drupal_add_html_head() into drupal_add_js() (recommended)
Move all external scripts to the top of the execution order (recommended)
Move all inline scripts to the bottom of the execution order (recommended)
Move all browser conditional JavaScript to the bottom of the group (recommended)
All but what is in the $all_in_footer_list (recommended)
All but external scripts (recommended)
Asynchronous JavaScript Execution: Group together in the header (recommended)
Put a wrapper around inline JS if it was added in the content section incorrectly (recommended)
Deferred inline JavaScript Execution: Put a wrapper around inline JS so it runs from a setTimeout call (recommended).
Enable preprocess on all CSS (recommended)