Created
March 4, 2016 14:15
-
-
Save pablocattaneo/dd0ed6a34b2caa15962b to your computer and use it in GitHub Desktop.
Date Wordpress Translate
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
| <?php echo date_i18n('F'); ?> |
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
| Create the folder languages in wp-content and put the file es_ES.mo y es_ES.po |
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
| /** | |
| * WordPress Localized Language, defaults to English. | |
| * | |
| * Change this to localize WordPress. A corresponding MO file for the chosen | |
| * language must be installed to wp-content/languages. For example, install | |
| * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German | |
| * language support. | |
| */ | |
| define('WPLANG', 'ES_es'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment