I actually got a superfast response from the plugins mail. I’m assuming it’s cool if I make this public.
I am wondering if I do I lose translations when I change my “Text Domain: xxxxx” inside my readme?
Yes but …
You can’t change that. Well, you can, but the WordPress translation
system will always default to your plugin permalink. So it should
always be whatever the plugin permalink is.Please re-read:
By “defaults to” you mean its just always uses the slug no matter what is in there?
The translation system here (glotpress) always uses the permalink, no
matter what.If it always uses the plugins permalink slug can I just remove it? Is there even a point in having it in the readme for wp.org plugins
then?Yep, you totally can remove it. People keep it in there when they want
to handle their own translations.
Related Posts:
- How to make a WordPress plugin translation ready?
- Plugin directory “Last Updated” not changed after initial commit?
- How to provide translations for a WordPress TinyMCE plugin?
- Preparing a string in an array for localization
- Change WordPress.org hosted plugin readme.txt
- Shortcodes, output buffering, and WordPress functions
- Problems with localization
- Multiple textdomains
- How to properly load text domain of custom mu plugin
- `wp_set_script_translations` with `wp.i18n` does not return translated strings in simple plugin
- WordPress Localization and Templating
- How to properly load text domain of custom mu plugin
- Can’t we use strings defined as PHP constants if we want to translate them in a plugin?
- How to update the language used by wordpress from a plugin
- WordPress: After Gutenberg plugin migration to block.json the localization/ translations with PolyGlot in JavaScript does not work anymore
- Singular name Plugin localization
- How to i18n text coming from the db or from an external source
- Should I always prefer esc_attr_e & esc_html_e instead of _e?
- Some strings from a .mo file do not load
- Should shorcodes in i18n plugins be translated and if so, how?
- A better way to include localized labels in WordPress plugins
- How to render a time-of-day string like ’16:42′ with a site’s chosen time format?
- Frontend language per user
- Generate JSON files for language translation from po file without wp-cli i18n make-json
- Shortcode returning localized HTML part
- load_plugin_textdomain doestn’t work with add_action plugins_loaded
- How to prevent someone from entering strings without making it available for translation?
- How to make the first commit on WordPress.org
- I18n not working in plugin
- Mixing l18n string from my plugin with WordPress’ translations
- Plugin language always shows WP site language, not profile language
- Is hint for translator compulsory while internationalizing a string containing variables?
- Transform internationalized plugin into internationalized mu-plugin?
- Translation not working for Constant strings in Plugin
- How are themes and plugins localized using the gettext GNU framework?
- Save translation file of third party plugin in a custom plugin?
- React Plugin Settings Page Localization
- How to get locale within WP REST Request?
- How to include PHP files in plugins the correct way
- Prevent network activation of plugin
- Add Custom User Capabilities Before or After the Custom User Role has Been Added?
- Get list of scripts / styles and show file which enqueued them
- WordPress updates defined vs add_filter?
- How can I track active users of my plugin? and why doesn’t WordPress.Org offer this?
- Custom attachments uploader code. Almost there!
- Making plugin unique to not conflict with plugins with the same name
- $wpdb->insert is changing a value
- What are the default WordPress password requirements?
- Can I get all options using the option group id? [closed]
- Actions or filters fired when data is saved in a custom table
- Implementing namespaces in plugin template
- Conditional add_filter?
- The plugin generated 80 characters of unexpected output!
- How to update/auto-update my private plugin? [duplicate]
- How to use WP default post list tables in a plugin?
- What’s the Right Way to get and save remote data for a Gutenberg block?
- add_shortcode is not working [duplicate]
- Filter, or any way to dynamically change theme screenshot image?
- Show add_meta_box by selecting a specific category
- Can a plugin be used to contain all custom functions to extend other plugins
- Are block templates incompatible with serialize_blocks?
- ServerSideRender and Media Object: attributes passing image data object to php renderer even though it’s not set
- Programmatically modify an admin page UI of a WordPress site from my WordPress plugin
- Error on inserting a form value to database
- Append wp_editor to Dynamically created textarea
- javascript datatables in a plugin
- Is using custom table to suit business needs instead of transients a big hit to page load speed?
- How to change the column label in screen options for a custom column?
- captcha not working in my custom plugin
- Selectively update themes in WordPress multisite
- How do I link to a php file in my plugin directory?
- Is it possible to abort post update if specific conditions on metadata are met?
- Remove entire [$key] from array stored in custom field using Ajax – unset($array[$key]); not working
- How to create a page with a form programmatically in WP?
- jQuery instantly executes (a button click and css change) on load
- why do I have to use required parametres?
- How to make my shortcode load scripts and styles, from within the plugin?
- plugin content on front-page only. Nowhere else
- WordPress.org: How to add a plugin for certain countries?
- get_avatar filter in WordPress 4.4, how to filter properly
- How to make a cronjob type plugin
- Update plugin settings option_name for big plugin update
- Decontruct serialized data array from wp_options
- $wpbd->insert_id is returning null
- Get search result count in plugin
- Rate limiting ajax requests in WordPress
- How to filter an action inside class in MemberPress plugin?
- XMLHttpRequest to open PHP file responds with Missing Page
- Pre-populated WooCommerce checkout fields: dropdown fields issue
- jQuery dependent script ignores $in_footer bool and doesn’t work in header
- how to retrieve post_id under woocommerce_add_to_cart_validation hook?
- WordPress Search Form with Keyword Suggestion
- Get the post ID only off single page
- Bootstrap collapse in custom WordPress widget
- Page reload occurs before request finishes
- PHP Fatal error when using plugin_basename
- append code after the_content not working
- What does $_REQUEST[‘redirect_to’] do?
- how can a plugin return an error message on activation?
- Declaration of mandoe_menu_walker::start_el(&$output, $item, $depth, $args) must be compatible with Walker::start_el(…)