Try below code.
echo get_the_date(__('M d'));
Output:
Feb 09
echo get_the_date(__('M d, Y'));
Output:
Feb 09, 2017
Related Posts:
- How to get a translated string from a language other than the current one?
- How to get a localized version of WordPress from a repository?
- Working with l10n contexts (_x etc)
- How to escape the single quote character in i18n translation strings?
- How to escape single and plural i18n text strings?
- What are the most used WordPress localization?
- Difference between 2 internationalization (i18n) functions __() & _e()
- Localization works but still get “This plugin is not properly prepared for localization” msg in directory
- How to load theme textdomain from plugin?
- Should i use _n for pronouns in translation?
- POEdit with Custom mu-plugins code
- How does WordPress choose which translation file to use?
- Proper way to create / manage gettext (.po, .pot) files?
- setlocale for date
- Should I include colon in my msgid in PO file?
- _e() function get text_string from function
- Translations not returning translated strings
- Force translated language on front
- Translating dynamic strings
- WordPress translation loading english file
- Easy export/import of data for Translation
- WordPress Theme .mo-file won’t load
- How to become a translator on wordpress.org?
- Translation from .mo file not working in theme
- Localization, escape html elements mid-sentence
- WordPress localization – gettext and git
- Can I set WordPress to display languages based on system language without a plugin?
- /languages/ folder missing in default themes
- How to translate functions.php?
- WordPress Translations
- Post types translation
- Translate arguments of a user added custom code [closed]
- Internationalize plugin so strings can be translated in WPML [closed]
- localization of theme and plugins to English (originally in another language)
- Interface translation without plugins
- Plugin localization persistance (woocommerce)
- WordPress Localization error within return value
- Custom theme .mo translation file not working
- Plugin translation not displaying
- WordPress translation
- Tweak the loop for translation
- Translating form labels shortcode output
- Website Language/Locale Switching
- .po file is loaded but changes are not appearing
- Translate a plugin using .po .mo files
- Override default WordPress core translation
- How to print translation supported text with HTML URL
- How to integrate get_post_time with date_i18n function?
- How to debug failed load_theme_textdomain()?
- How to provide translations for a WordPress TinyMCE plugin?
- How do I translate: “2 hours and 15 minutes”?
- Best pratice to make taxonomy terms translatable without changing slugs?
- List of Default Translated Phrases
- How to extract translatable (double underscores and _e) strings?
- Translate content, not instance, per-post
- `wp_set_script_translations` with `wp.i18n` does not return translated strings in simple plugin
- Change language of comments template
- Make theme translatable for WPML
- WordPress: After Gutenberg plugin migration to block.json the localization/ translations with PolyGlot in JavaScript does not work anymore
- How can I make “Leave a comment” translation ready?
- Where the WordPress Core Translation is “actually” taking place?
- What is the way to ship read-me strings like plugin-strings for internationalization?
- Using polylang, how can I see which post is the “original” and which are the “translated children”? [closed]
- Use WordPress default text domain for translating labels
- Override plugin text domain in child theme
- Where is the right .mo file inside the language repository?
- where to set the PO file for a plugin?
- Should I always prefer esc_attr_e & esc_html_e instead of _e?
- Replacing strings within posts with the translatable string
- Internationalization and functions that use it
- Translating a word with locotranslate, but wordpress does display another by default
- Two text domains in one plugin
- Action hook load_textdomain $domain variable
- How do I translate month names in post metadata?
- How to avoid override string by child theme mo files when the string is empty?
- Add a string to file .pot using Poedit
- Use the wp-admin translations on the front end
- How to translate get_intermediate_image_sizes?
- what’s different between _x() and _()
- Localization: I want the backend: english and frontend in defined language
- How to translate a string that contains a WordPress sitename
- Does the textdomain have to be the theme’s name?
- Translation for plugin
- Translation with wordpress what does the process involve?
- Plugin language always shows WP site language, not profile language
- Can the qTranslateX-Plugin translate non-article text? [closed]
- String translation for esc_html__() when registering string [closed]
- how to unlocalize theme/plugin?
- How to do translations in WordPress?
- Qtranslate-X get raw post title value
- WooCommerce does not translate every string
- Debug WordPress gettext function
- issue in translating a wordpress them
- Understanding WordPress Default Theme – twentyfifteen.1.4 >> Languages Folder
- translate_user_role doesn’t work
- Adding a translation phrase to WordPress Theme
- Translation not working in sprinf variable
- GlotPress – WordPress integration
- WordPress NavXT plugin localization
- Archive widget numbers translation?