Parsed: 111464
<?php /** * WordPress Translation Installation Administration API * * @package WordPress * @subpackage Administration */ /* function translations_api() – Retrieve translations from WordPress Translation API. */ /* function wp_get_available_translations() – Get available translations from the WordPress.org API. */ /* function wp_install_language_form() – Output the select form for the language selection on the installation screen. */ /* function wp_download_language_pack() – Download a language pack. */ /* function wp_can_install_language_pack() – Check if WordPress has access to the filesystem without asking for credentials. */