Just add the full string of the plugin name into the plugin’s text domain. WordPress looks this up automatically. Same with Description, PluginURI, Author and AuthorURI.
See the internal function _get_plugin_data_markup_translate.
The string extractor in Glotpress (and my own plugin Loco Translate) adds these header strings automatically to new POT files.
Related Posts:
- Translate a plugin using .po .mo files
- Can I leave off plugin textdomain for terms used in core?
- Using plural-only translation of register_post_status() in plugin
- Override plugin localization
- Internationalization and the plugin description
- How can I translate the name of my Plugin for other languages?
- Is it necessary to translate WordPress key terms when localizing a plugin
- Plugin readme.txt and assets internationalization
- Translate third party plugin and save translation files in custom theme
- Why load_textdomain work but not load_plugin_textdomain?
- What is the way to ship read-me strings like plugin-strings for internationalization?
- Can I use the same textdomain in two separate plugins?
- Override plugin text domain in child theme
- Making my plugin translation ready. Poedit not working
- Localiztion in javascript
- Possible to add a language file to a plugin without adding .po/.mo files to plugin directory?
- Why is the generated POT file from WordPress.org not adding my plugin description to the POT file?
- Two text domains in one plugin
- Use translated taxonomy labels in plugin
- Is it possible to use multiple post_name, post_title and post_content?
- What can be reason for no plugin-strings available under stable section on translate.wordpress.org?
- Is there a way to test that readme looks in other language before submitting translation?
- Force language in translate function
- Can I load the textdomain before a plugin is activated?
- How WordPress is able to change locale without using setlocale
- How I can internationalize variables within the function _e () __ (), etc?
- Plugin for single language localisation [closed]
- Cart66 localization hardcode strings [closed]
- Translations for my plugin don’t show up
- Setting Email locale before retrieving gettext translations
- Translation issue with global variables
- How to ignore extra whitespaces in translation functions like _e?
- Plugin not properly prepared for localization
- Replace woocommerce | (pipe) separator in product variation to , or another character?
- Localise settings section headline
- How to translate user added content in a plugin
- Use localized plugin name and description even when the plugin is disabled
- I dont know why my localization is not working
- Change localization only for plugin
- How to get the list of languages provided by a plugin
- Locale changed but plugin still showing default language
- Internationalization of Blog Posts
- Loading Canvas & WooCommerce translation file in child theme
- Admin Notice is only localized when displaying the “Plugins” Backend Page
- WordPress Plugin translation not working EN To FR
- How to add a shortcode button to the TinyMCE editor?
- Is there a plugin that provides a stackoverflow style editor for wordpress? [closed]
- Modifying a JS file with data from plugin settings
- Plugin upgrading: Widget settings
- $current_user var returns NULL
- Very stubborn wp_register_script / add_action vs remove
- How to submit documentation with plugin
- Where does WordPress store plugin (enabled/disabled) status for multisite?
- Executing my function once on a specific time
- Override Javascript in a Plugin?
- Preview featured image using frontend post plugin
- Globally register styles but enqueue them selectively
- Ultimate Member [closed]
- uninstall.php does not appear to trigger when uninstalling my plugin
- Auto move media file to cloud
- Login cookies set as wrong domain
- Create shortcode to echo javascript
- Create Table on Plugin Activation
- SQL query, error
- Problem of encoding characters (apostrophes) in my posts publications
- Restricting page access [closed]
- Sanitizing file & directory form input
- What’s my optimal choice for remote access to my localhost sites?
- Custom CSS not being added by plugin
- plugin inside a wordpress theme
- How to display results from a data table with an encrypted user id?
- What causes wp_schedule_single_event to fire off?
- Managing media by folder
- Checkbox show / hide output result
- login form should redirect to register page for in 1st login next time it should redirected to home page
- CSS error in Simple CSS plugin [duplicate]
- how to convert frontpage.php to dynamic page?
- multiple image upload using wp_enqueue_media
- On save_post need to wp_insert_post and save partent post id to child post and child post id to parent post
- Overwrite a file with the content of a textarea
- Website painfully slow after migration to VPS2
- Cookie set in a plugin visible in admin but not on front
- Edit plugin filter
- Team member plugin problem after changing to another hosting
- AJAX login without a plugin does not work. when add a action to function.php
- How do i get all author posts on custom post type list
- Programmatically retrieve the sidebar/s classes
- Plugins not activated after update?
- Displaying image from a repeatable group
- Submit form stored in one plugin from another plugin?
- Overwrite CSS of Instaemail plugin popup
- How to add character to content of post?
- Trouble After Update, Removing Plugin
- Move related products after product summary? [closed]
- Use a WordPress Plugin in non-WordPress .php page [closed]
- Cannot modify header information – headers already sent by
- How can I get information on who is downloading my plugin? (new to this)
- Browser Cache causes ‘Orderby=rand’ to return the same posts
- How to have certain products show for only certain users (Not roles)
- Content being rendered as empty string in posts endpoint