Created
November 9, 2020 15:37
-
-
Save w-jerome/37e67d587e616eab79d8b2cc3f9f6a84 to your computer and use it in GitHub Desktop.
WordPress CLI - Change lang
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Installer d'autres langues via wpcli | |
wp language core install fr_FR | |
# Changer de langue | |
wp site switch-language fr_FR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment