{"id":15065446,"url":"https://github.com/wp-cli/language-command","last_synced_at":"2025-04-04T09:08:06.652Z","repository":{"id":45041105,"uuid":"87954652","full_name":"wp-cli/language-command","owner":"wp-cli","description":"Installs, activates, and manages language packs.","archived":false,"fork":false,"pushed_at":"2025-01-07T16:12:30.000Z","size":8946,"stargazers_count":13,"open_issues_count":7,"forks_count":23,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-28T08:06:48.453Z","etag":null,"topics":["cli","hacktoberfest","language","wordpress","wp-cli","wp-cli-package"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wp-cli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-11T16:10:41.000Z","updated_at":"2025-01-07T16:12:35.000Z","dependencies_parsed_at":"2023-11-10T12:36:59.855Z","dependency_job_id":"6a86daa3-88fd-45ec-a646-a3f28eafcc8b","html_url":"https://github.com/wp-cli/language-command","commit_stats":{"total_commits":628,"total_committers":59,"mean_commits":10.64406779661017,"dds":0.7818471337579618,"last_synced_commit":"27db28eca5f7627c7fbd8da82c6c51eb05e7858e"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wp-cli%2Flanguage-command","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wp-cli%2Flanguage-command/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wp-cli%2Flanguage-command/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wp-cli%2Flanguage-command/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wp-cli","download_url":"https://codeload.github.com/wp-cli/language-command/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247149501,"owners_count":20891954,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","hacktoberfest","language","wordpress","wp-cli","wp-cli-package"],"created_at":"2024-09-25T00:38:33.451Z","updated_at":"2025-04-04T09:08:06.634Z","avatar_url":"https://github.com/wp-cli.png","language":"PHP","readme":"wp-cli/language-command\n=======================\n\nInstalls, activates, and manages language packs.\n\n[![Testing](https://github.com/wp-cli/language-command/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/language-command/actions/workflows/testing.yml)\n\nQuick links: [Using](#using) | [Installing](#installing) | [Contributing](#contributing) | [Support](#support)\n\n## Using\n\nThis package implements the following commands:\n\n### wp language\n\nInstalls, activates, and manages language packs.\n\n~~~\nwp language\n~~~\n\n**EXAMPLES**\n\n    # Install the Dutch core language pack.\n    $ wp language core install nl_NL\n    Downloading translation from https://downloads.wordpress.org/translation/core/6.4.3/nl_NL.zip...\n    Unpacking the update...\n    Installing the latest version...\n    Removing the old version of the translation...\n    Translation updated successfully.\n    Language 'nl_NL' installed.\n    Success: Installed 1 of 1 languages.\n\n    # Activate the Dutch core language pack.\n    $ wp site switch-language nl_NL\n    Success: Language activated.\n\n    # Install the Dutch theme language pack for Twenty Ten.\n    $ wp language theme install twentyten nl_NL\n    Downloading translation from https://downloads.wordpress.org/translation/theme/twentyten/4.0/nl_NL.zip...\n    Unpacking the update...\n    Installing the latest version...\n    Removing the old version of the translation...\n    Translation updated successfully.\n    Language 'nl_NL' installed.\n    Success: Installed 1 of 1 languages.\n\n    # Install the Dutch plugin language pack for Hello Dolly.\n    $ wp language plugin install hello-dolly nl_NL\n    Downloading translation from https://downloads.wordpress.org/translation/plugin/hello-dolly/1.7.2/nl_NL.zip...\n    Unpacking the update...\n    Installing the latest version...\n    Removing the old version of the translation...\n    Translation updated successfully.\n    Language 'nl_NL' installed.\n    Success: Installed 1 of 1 languages.\n\n\n\n### wp language core\n\nInstalls, activates, and manages core language packs.\n\n~~~\nwp language core\n~~~\n\n**EXAMPLES**\n\n    # Install the Dutch core language pack.\n    $ wp language core install nl_NL\n    Downloading translation from https://downloads.wordpress.org/translation/core/6.4.3/nl_NL.zip...\n    Unpacking the update...\n    Installing the latest version...\n    Removing the old version of the translation...\n    Translation updated successfully.\n    Language 'nl_NL' installed.\n    Success: Installed 1 of 1 languages.\n\n    # Activate the Dutch core language pack.\n    $ wp site switch-language nl_NL\n    Success: Language activated.\n\n    # Uninstall the Dutch core language pack.\n    $ wp language core uninstall nl_NL\n    Success: Language uninstalled.\n\n    # List installed core language packs.\n    $ wp language core list --status=installed\n    +----------+--------------+-------------+-----------+-----------+---------------------+\n    | language | english_name | native_name | status    | update    | updated             |\n    +----------+--------------+-------------+-----------+-----------+---------------------+\n    | nl_NL    | Dutch        | Nederlands  | installed | available | 2024-01-31 10:24:06 |\n    +----------+--------------+-------------+-----------+-----------+---------------------+\n\n\n\n### wp language core activate\n\nActivates a given language.\n\n~~~\nwp language core activate \u003clanguage\u003e\n~~~\n\n**Warning: `wp language core activate` is deprecated. Use `wp site switch-language` instead.**\n\n**OPTIONS**\n\n\t\u003clanguage\u003e\n\t\tLanguage code to activate.\n\n**EXAMPLES**\n\n    # Activate the given language.\n    $ wp language core activate ja\n    Success: Language activated.\n\n\n\n### wp language core is-installed\n\nChecks if a given language is installed.\n\n~~~\nwp language core is-installed \u003clanguage\u003e\n~~~\n\nReturns exit code 0 when installed, 1 when uninstalled.\n\n**OPTIONS**\n\n\t\u003clanguage\u003e\n\t\tThe language code to check.\n\n**EXAMPLES**\n\n    # Check whether the German language is installed; exit status 0 if installed, otherwise 1.\n    $ wp language core is-installed de_DE\n    $ echo $?\n    1\n\n\n\n### wp language core install\n\nInstalls a given language.\n\n~~~\nwp language core install \u003clanguage\u003e... [--activate]\n~~~\n\nDownloads the language pack from WordPress.org. Find your language code at: https://translate.wordpress.org/\n\n**OPTIONS**\n\n\t\u003clanguage\u003e...\n\t\tLanguage code to install.\n\n\t[--activate]\n\t\tIf set, the language will be activated immediately after install.\n\n**EXAMPLES**\n\n    # Install the Brazilian Portuguese language.\n    $ wp language core install pt_BR\n    Downloading translation from https://downloads.wordpress.org/translation/core/6.5/pt_BR.zip...\n    Unpacking the update...\n    Installing the latest version...\n    Removing the old version of the translation...\n    Translation updated successfully.\n    Language 'pt_BR' installed.\n    Success: Installed 1 of 1 languages.\n\n\n\n### wp language core list\n\nLists all available languages.\n\n~~~\nwp language core list [--field=\u003cfield\u003e] [--\u003cfield\u003e=\u003cvalue\u003e] [--fields=\u003cfields\u003e] [--format=\u003cformat\u003e]\n~~~\n\n**OPTIONS**\n\n\t[--field=\u003cfield\u003e]\n\t\tDisplay the value of a single field\n\n\t[--\u003cfield\u003e=\u003cvalue\u003e]\n\t\tFilter results by key=value pairs.\n\n\t[--fields=\u003cfields\u003e]\n\t\tLimit the output to specific fields.\n\n\t[--format=\u003cformat\u003e]\n\t\tRender output in a particular format.\n\t\t---\n\t\tdefault: table\n\t\toptions:\n\t\t  - table\n\t\t  - csv\n\t\t  - json\n\t\t  - count\n\t\t---\n\n**AVAILABLE FIELDS**\n\nThese fields will be displayed by default for each translation:\n\n* language\n* english_name\n* native_name\n* status\n* update\n* updated\n\n**EXAMPLES**\n\n    # List language,english_name,status fields of available languages.\n    $ wp language core list --fields=language,english_name,status\n    +----------------+-------------------------+-------------+\n    | language       | english_name            | status      |\n    +----------------+-------------------------+-------------+\n    | ar             | Arabic                  | uninstalled |\n    | ary            | Moroccan Arabic         | uninstalled |\n    | az             | Azerbaijani             | uninstalled |\n\n\n\n### wp language core uninstall\n\nUninstalls a given language.\n\n~~~\nwp language core uninstall \u003clanguage\u003e...\n~~~\n\n**OPTIONS**\n\n\t\u003clanguage\u003e...\n\t\tLanguage code to uninstall.\n\n**EXAMPLES**\n\n    # Uninstall the Japanese core language pack.\n    $ wp language core uninstall ja\n    Success: Language uninstalled.\n\n\n\n### wp language core update\n\nUpdates installed languages for core.\n\n~~~\nwp language core update [--dry-run]\n~~~\n\n**OPTIONS**\n\n\t[--dry-run]\n\t\tPreview which translations would be updated.\n\n**EXAMPLES**\n\n    # Update installed core languages packs.\n    $ wp language core update\n    Updating 'Japanese' translation for WordPress 6.4.3...\n    Downloading translation from https://downloads.wordpress.org/translation/core/6.4.3/ja.zip...\n    Translation updated successfully.\n    Success: Updated 1/1 translation.\n\n\n\n### wp language plugin\n\nInstalls, activates, and manages plugin language packs.\n\n~~~\nwp language plugin\n~~~\n\n**EXAMPLES**\n\n    # Install the Dutch plugin language pack for Hello Dolly.\n    $ wp language plugin install hello-dolly nl_NL\n    Downloading translation from https://downloads.wordpress.org/translation/plugin/hello-dolly/1.7.2/nl_NL.zip...\n    Unpacking the update...\n    Installing the latest version...\n    Removing the old version of the translation...\n    Translation updated successfully.\n    Language 'nl_NL' installed.\n    Success: Installed 1 of 1 languages.\n\n    # Uninstall the Dutch plugin language pack for Hello Dolly.\n    $ wp language plugin uninstall hello-dolly nl_NL\n    Language 'nl_NL' for 'hello-dolly' uninstalled.\n    +-------------+--------+-------------+\n    | name        | locale | status      |\n    +-------------+--------+-------------+\n    | hello-dolly | nl_NL  | uninstalled |\n    +-------------+--------+-------------+\n    Success: Uninstalled 1 of 1 languages.\n\n    # List installed plugin language packs for Hello Dolly.\n    $ wp language plugin list hello-dolly --status=installed\n    +-------------+----------+--------------+-------------+-----------+--------+---------------------+\n    | plugin      | language | english_name | native_name | status    | update | updated             |\n    +-------------+----------+--------------+-------------+-----------+--------+---------------------+\n    | hello-dolly | nl_NL    | Dutch        | Nederlands  | installed | none   | 2023-11-13 12:34:15 |\n    +-------------+----------+--------------+-------------+-----------+--------+---------------------+\n\n\n\n### wp language plugin is-installed\n\nChecks if a given language is installed.\n\n~~~\nwp language plugin is-installed \u003cplugin\u003e \u003clanguage\u003e...\n~~~\n\nReturns exit code 0 when installed, 1 when uninstalled.\n\n**OPTIONS**\n\n\t\u003cplugin\u003e\n\t\tPlugin to check for.\n\n\t\u003clanguage\u003e...\n\t\tThe language code to check.\n\n**EXAMPLES**\n\n    # Check whether the German language is installed for Akismet; exit status 0 if installed, otherwise 1.\n    $ wp language plugin is-installed akismet de_DE\n    $ echo $?\n    1\n\n\n\n### wp language plugin install\n\nInstalls a given language for a plugin.\n\n~~~\nwp language plugin install [\u003cplugin\u003e] [--all] \u003clanguage\u003e... [--format=\u003cformat\u003e]\n~~~\n\nDownloads the language pack from WordPress.org.\n\n**OPTIONS**\n\n\t[\u003cplugin\u003e]\n\t\tPlugin to install language for.\n\n\t[--all]\n\t\tIf set, languages for all plugins will be installed.\n\n\t\u003clanguage\u003e...\n\t\tLanguage code to install.\n\n\t[--format=\u003cformat\u003e]\n\t\tRender output in a particular format. Used when installing languages for all plugins.\n\t\t---\n\t\tdefault: table\n\t\toptions:\n\t\t  - table\n\t\t  - csv\n\t\t  - json\n\t\t  - summary\n\t\t---\n\n**EXAMPLES**\n\n    # Install the Japanese language for Akismet.\n    $ wp language plugin install akismet ja\n    Downloading translation from https://downloads.wordpress.org/translation/plugin/akismet/4.0.3/ja.zip...\n    Unpacking the update...\n    Installing the latest version...\n    Removing the old version of the translation...\n    Translation updated successfully.\n    Language 'ja' installed.\n    Success: Installed 1 of 1 languages.\n\n\n\n### wp language plugin list\n\nLists all available languages for one or more plugins.\n\n~~~\nwp language plugin list [\u003cplugin\u003e...] [--all] [--field=\u003cfield\u003e] [--\u003cfield\u003e=\u003cvalue\u003e] [--fields=\u003cfields\u003e] [--format=\u003cformat\u003e]\n~~~\n\n**OPTIONS**\n\n\t[\u003cplugin\u003e...]\n\t\tOne or more plugins to list languages for.\n\n\t[--all]\n\t\tIf set, available languages for all plugins will be listed.\n\n\t[--field=\u003cfield\u003e]\n\t\tDisplay the value of a single field.\n\n\t[--\u003cfield\u003e=\u003cvalue\u003e]\n\t\tFilter results by key=value pairs.\n\n\t[--fields=\u003cfields\u003e]\n\t\tLimit the output to specific fields.\n\n\t[--format=\u003cformat\u003e]\n\t\tRender output in a particular format.\n\t\t---\n\t\tdefault: table\n\t\toptions:\n\t\t  - table\n\t\t  - csv\n\t\t  - json\n\t\t  - count\n\t\t---\n\n**AVAILABLE FIELDS**\n\nThese fields will be displayed by default for each translation:\n\n* plugin\n* language\n* english_name\n* native_name\n* status\n* update\n* updated\n\n**EXAMPLES**\n\n    # List available language packs for the plugin.\n    $ wp language plugin list hello-dolly --fields=language,english_name,status\n    +----------------+-------------------------+-------------+\n    | language       | english_name            | status      |\n    +----------------+-------------------------+-------------+\n    | ar             | Arabic                  | uninstalled |\n    | ary            | Moroccan Arabic         | uninstalled |\n    | az             | Azerbaijani             | uninstalled |\n\n\n\n### wp language plugin uninstall\n\nUninstalls a given language for a plugin.\n\n~~~\nwp language plugin uninstall [\u003cplugin\u003e] [--all] \u003clanguage\u003e... [--format=\u003cformat\u003e]\n~~~\n\n**OPTIONS**\n\n\t[\u003cplugin\u003e]\n\t\tPlugin to uninstall language for.\n\n\t[--all]\n\t\tIf set, languages for all plugins will be uninstalled.\n\n\t\u003clanguage\u003e...\n\t\tLanguage code to uninstall.\n\n\t[--format=\u003cformat\u003e]\n\t\tRender output in a particular format. Used when installing languages for all plugins.\n\t\t---\n\t\tdefault: table\n\t\toptions:\n\t\t  - table\n\t\t  - csv\n\t\t  - json\n\t\t  - summary\n\t\t---\n\n**EXAMPLES**\n\n    # Uninstall the Japanese plugin language pack for Hello Dolly.\n    $ wp language plugin uninstall hello-dolly ja\n    Language 'ja' for 'hello-dolly' uninstalled.\n    +-------------+--------+-------------+\n    | name        | locale | status      |\n    +-------------+--------+-------------+\n    | hello-dolly | ja     | uninstalled |\n    +-------------+--------+-------------+\n    Success: Uninstalled 1 of 1 languages.\n\n\n\n### wp language plugin update\n\nUpdates installed languages for one or more plugins.\n\n~~~\nwp language plugin update [\u003cplugin\u003e...] [--all] [--dry-run]\n~~~\n\n**OPTIONS**\n\n\t[\u003cplugin\u003e...]\n\t\tOne or more plugins to update languages for.\n\n\t[--all]\n\t\tIf set, languages for all plugins will be updated.\n\n\t[--dry-run]\n\t\tPreview which translations would be updated.\n\n**EXAMPLES**\n\n    # Update all installed language packs for all plugins.\n    $ wp language plugin update --all\n    Updating 'Japanese' translation for Akismet 3.1.11...\n    Downloading translation from https://downloads.wordpress.org/translation/plugin/akismet/3.1.11/ja.zip...\n    Translation updated successfully.\n    Success: Updated 1/1 translation.\n\n\n\n### wp language theme\n\nInstalls, activates, and manages theme language packs.\n\n~~~\nwp language theme\n~~~\n\n**EXAMPLES**\n\n    # Install the Dutch theme language pack for Twenty Ten.\n    $ wp language theme install twentyten nl_NL\n    Downloading translation from https://downloads.wordpress.org/translation/theme/twentyten/4.0/nl_NL.zip...\n    Unpacking the update...\n    Installing the latest version...\n    Removing the old version of the translation...\n    Translation updated successfully.\n    Language 'nl_NL' installed.\n    Success: Installed 1 of 1 languages.\n\n    # Uninstall the Dutch theme language pack for Twenty Ten.\n    $ wp language theme uninstall twentyten nl_NL\n    Language 'nl_NL' for 'twentyten' uninstalled.\n    +-----------+--------+-------------+\n    | name      | locale | status      |\n    +-----------+--------+-------------+\n    | twentyten | nl_NL  | uninstalled |\n    +-----------+--------+-------------+\n    Success: Uninstalled 1 of 1 languages.\n\n    # List installed theme language packs for Twenty Ten.\n    $ wp language theme list twentyten --status=installed\n    +-----------+----------+--------------+-------------+-----------+--------+---------------------+\n    | theme     | language | english_name | native_name | status    | update | updated             |\n    +-----------+----------+--------------+-------------+-----------+--------+---------------------+\n    | twentyten | nl_NL    | Dutch        | Nederlands  | installed | none   | 2023-12-29 21:21:39 |\n    +-----------+----------+--------------+-------------+-----------+--------+---------------------+\n\n\n\n### wp language theme is-installed\n\nChecks if a given language is installed.\n\n~~~\nwp language theme is-installed \u003ctheme\u003e \u003clanguage\u003e...\n~~~\n\nReturns exit code 0 when installed, 1 when uninstalled.\n\n**OPTIONS**\n\n\t\u003ctheme\u003e\n\t\tTheme to check for.\n\n\t\u003clanguage\u003e...\n\t\tThe language code to check.\n\n**EXAMPLES**\n\n    # Check whether the German language is installed for Twenty Seventeen; exit status 0 if installed, otherwise 1.\n    $ wp language theme is-installed twentyseventeen de_DE\n    $ echo $?\n    1\n\n\n\n### wp language theme install\n\nInstalls a given language for a theme.\n\n~~~\nwp language theme install [\u003ctheme\u003e] [--all] \u003clanguage\u003e... [--format=\u003cformat\u003e]\n~~~\n\nDownloads the language pack from WordPress.org.\n\n**OPTIONS**\n\n\t[\u003ctheme\u003e]\n\t\tTheme to install language for.\n\n\t[--all]\n\t\tIf set, languages for all themes will be installed.\n\n\t\u003clanguage\u003e...\n\t\tLanguage code to install.\n\n\t[--format=\u003cformat\u003e]\n\t\tRender output in a particular format. Used when installing languages for all themes.\n\t\t---\n\t\tdefault: table\n\t\toptions:\n\t\t  - table\n\t\t  - csv\n\t\t  - json\n\t\t  - summary\n\t\t---\n\n**EXAMPLES**\n\n    # Install the Japanese language for Twenty Seventeen.\n    $ wp language theme install twentyseventeen ja\n    Downloading translation from https://downloads.wordpress.org/translation/theme/twentyseventeen/1.3/ja.zip...\n    Unpacking the update...\n    Installing the latest version...\n    Translation updated successfully.\n    Language 'ja' installed.\n    Success: Installed 1 of 1 languages.\n\n\n\n### wp language theme list\n\nLists all available languages for one or more themes.\n\n~~~\nwp language theme list [\u003ctheme\u003e...] [--all] [--field=\u003cfield\u003e] [--\u003cfield\u003e=\u003cvalue\u003e] [--fields=\u003cfields\u003e] [--format=\u003cformat\u003e]\n~~~\n\n**OPTIONS**\n\n\t[\u003ctheme\u003e...]\n\t\tOne or more themes to list languages for.\n\n\t[--all]\n\t\tIf set, available languages for all themes will be listed.\n\n\t[--field=\u003cfield\u003e]\n\t\tDisplay the value of a single field.\n\n\t[--\u003cfield\u003e=\u003cvalue\u003e]\n\t\tFilter results by key=value pairs.\n\n\t[--fields=\u003cfields\u003e]\n\t\tLimit the output to specific fields.\n\n\t[--format=\u003cformat\u003e]\n\t\tRender output in a particular format.\n\t\t---\n\t\tdefault: table\n\t\toptions:\n\t\t  - table\n\t\t  - csv\n\t\t  - json\n\t\t  - count\n\t\t---\n\n**AVAILABLE FIELDS**\n\nThese fields will be displayed by default for each translation:\n\n* theme\n* language\n* english_name\n* native_name\n* status\n* update\n* updated\n\n**EXAMPLES**\n\n    # List available language packs for the theme.\n    $ wp language theme list twentyten --fields=language,english_name,status\n    +----------------+-------------------------+-------------+\n    | language       | english_name            | status      |\n    +----------------+-------------------------+-------------+\n    | ar             | Arabic                  | uninstalled |\n    | ary            | Moroccan Arabic         | uninstalled |\n    | az             | Azerbaijani             | uninstalled |\n\n\n\n### wp language theme uninstall\n\nUninstalls a given language for a theme.\n\n~~~\nwp language theme uninstall [\u003ctheme\u003e] [--all] \u003clanguage\u003e... [--format=\u003cformat\u003e]\n~~~\n\n**OPTIONS**\n\n\t[\u003ctheme\u003e]\n\t\tTheme to uninstall language for.\n\n\t[--all]\n\t\tIf set, languages for all themes will be uninstalled.\n\n\t\u003clanguage\u003e...\n\t\tLanguage code to uninstall.\n\n\t[--format=\u003cformat\u003e]\n\t\tRender output in a particular format. Used when installing languages for all themes.\n\t\t---\n\t\tdefault: table\n\t\toptions:\n\t\t  - table\n\t\t  - csv\n\t\t  - json\n\t\t  - summary\n\t\t---\n\n**EXAMPLES**\n\n    # Uninstall the Japanese theme language pack for Twenty Ten.\n    $ wp language theme uninstall twentyten ja\n    Language 'ja' for 'twentyten' uninstalled.\n    +-----------+--------+-------------+\n    | name      | locale | status      |\n    +-----------+--------+-------------+\n    | twentyten | ja     | uninstalled |\n    +-----------+--------+-------------+\n    Success: Uninstalled 1 of 1 languages.\n\n\n\n### wp language theme update\n\nUpdates installed languages for one or more themes.\n\n~~~\nwp language theme update [\u003ctheme\u003e...] [--all] [--dry-run]\n~~~\n\n**OPTIONS**\n\n\t[\u003ctheme\u003e...]\n\t\tOne or more themes to update languages for.\n\n\t[--all]\n\t\tIf set, languages for all themes will be updated.\n\n\t[--dry-run]\n\t\tPreview which translations would be updated.\n\n**EXAMPLES**\n\n    # Update all installed language packs for all themes.\n    $ wp language theme update --all\n    Updating 'Japanese' translation for Twenty Fifteen 1.5...\n    Downloading translation from https://downloads.wordpress.org/translation/theme/twentyfifteen/1.5/ja.zip...\n    Translation updated successfully.\n    Success: Updated 1/1 translation.\n\n\n\n### wp site switch-language\n\nActivates a given language.\n\n~~~\nwp site switch-language \u003clanguage\u003e\n~~~\n\n**OPTIONS**\n\n\t\u003clanguage\u003e\n\t\tLanguage code to activate.\n\n**EXAMPLES**\n\n    $ wp site switch-language ja\n    Success: Language activated.\n\n## Installing\n\nThis package is included with WP-CLI itself, no additional installation necessary.\n\nTo install the latest version of this package over what's included in WP-CLI, run:\n\n    wp package install git@github.com:wp-cli/language-command.git\n\n## Contributing\n\nWe appreciate you taking the initiative to contribute to this project.\n\nContributing isn’t limited to just code. We encourage you to contribute in the way that best fits your abilities, by writing tutorials, giving a demo at your local meetup, helping other users with their support questions, or revising our documentation.\n\nFor a more thorough introduction, [check out WP-CLI's guide to contributing](https://make.wordpress.org/cli/handbook/contributing/). This package follows those policy and guidelines.\n\n### Reporting a bug\n\nThink you’ve found a bug? We’d love for you to help us get it fixed.\n\nBefore you create a new issue, you should [search existing issues](https://github.com/wp-cli/language-command/issues?q=label%3Abug%20) to see if there’s an existing resolution to it, or if it’s already been fixed in a newer version.\n\nOnce you’ve done a bit of searching and discovered there isn’t an open or fixed issue for your bug, please [create a new issue](https://github.com/wp-cli/language-command/issues/new). Include as much detail as you can, and clear steps to reproduce if possible. For more guidance, [review our bug report documentation](https://make.wordpress.org/cli/handbook/bug-reports/).\n\n### Creating a pull request\n\nWant to contribute a new feature? Please first [open a new issue](https://github.com/wp-cli/language-command/issues/new) to discuss whether the feature is a good fit for the project.\n\nOnce you've decided to commit the time to seeing your pull request through, [please follow our guidelines for creating a pull request](https://make.wordpress.org/cli/handbook/pull-requests/) to make sure it's a pleasant experience. See \"[Setting up](https://make.wordpress.org/cli/handbook/pull-requests/#setting-up)\" for details specific to working on this package locally.\n\n## Support\n\nGitHub issues aren't for general support questions, but there are other venues you can try: https://wp-cli.org/#support\n\n\n*This README.md is generated dynamically from the project's codebase using `wp scaffold package-readme` ([doc](https://github.com/wp-cli/scaffold-package-command#wp-scaffold-package-readme)). To suggest changes, please submit a pull request against the corresponding part of the codebase.*\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwp-cli%2Flanguage-command","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwp-cli%2Flanguage-command","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwp-cli%2Flanguage-command/lists"}