The makepot code being used on WordPress.org is a slightly older version that we have not updated yet, specifically with this fix:
https://core.trac.wordpress.org/ticket/25665
Basically, it’s only looking in stripe.php for your main plugin lines, not searching for and then finding stripe-checkout.php.
This was fixed in the developer tools 7 weeks ago:
https://core.trac.wordpress.org/changeset/27399
But the change has not propagated to everywhere yet.
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?
- 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]
- Localize plugin name
- 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
- 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
- Disable plugin / plugin action via theme
- Changing wp login url without .htaccess
- Simple form that saves to database
- Does wordpress have a post hit counter?
- How can I make content disappear when a user logs in?
- Adding New Role
- ‘Lazy loading’ list of posts with pagination
- ID Conditional User Contact Methods Not Saving
- New Plugin: Post update pushes a copy as a revision
- Exporting and importing my WordPress database, but none of the plugin settings are importing
- Plugin for gallery with thumbnails?
- Adding Plugin-specific Fields with wp_insert_post()?
- How to get the “stats” plugin that comes with a .wordpress.com blog?
- How to remove addthis from my default template
- How do I display only the latest post on my home page, while maintaining proper plugin hooks?
- How to remove plug in styles for WPForms Lite [closed]
- Passing an array from shortcode-function to filter-function
- Plugin update failed – ‘Installation failed: 504 Gateway Time-out 504 Gateway Time-out nginx/1.15.8’ error message
- WP_Async_Task doesn’t appear to be running asynchronously
- Add custom text color WordPress 3.9 TinyMCE 4 Visual editor
- ACF: post query, hide duplicate values [closed]
- WordPress Jquery UI Spinner
- How to customize a plugin?
- How to replace website?
- Proper way to use plugin functions in functions.php
- Is there a plugin to turn comments into structured reviews [closed]
- How do I make reusable content blocks for header and footer when using WordPress headless with another front-end?
- Remove Pagination for Product Category Pages WooCommerce
- Is there a plugin or a way in the wordpress that would let us have different versions of a post or page accessibe to users?
- Adding a simple Javascript file with a plugin
- Get post content from outside the loop with plugin shortcode usability
- Adding option values as an array using a multi selectable select box
- Example for use tinymce in wordpress 3.5.1?
- Dynamic Image Replacement through call rail phone call tracking plugins in wordpress
- Advanced custom fields and Slideshow gallery desn’t work together? [closed]
- How could I fix the lowercase problem in nextgen gallery? [closed]
- Need to edit author permissions | custom taxonomy
- Custom Logo Link WordPress
- WP Import All Multiple Dynamic Link Imports
- is there a way to display product gallery images via cdn
- Changing the Default New User Notification Email
- WP Fastest Cache -> Render Blocking Js -> Exclude Js Sources
- save multi-select input using update_option for plugin
- Plugin: Translated plugin is “not translated”
- How can I share my wordpress site with a friend?
- wp_schedule_event function reference
- Users Ultra: Hide asterisk for required registration fields?
- Retrive images from the_content()
- Multi-step, live updating search
- Turning Existing Eccommerce Site into Multi-SIte
- Woocommerce Emails not being sent [closed]
- Display HTML5 jQuery Audio Player On Front Page
- My wp_update_nav_menu action is firing twice
- Is it possible to add permalink when using wp_insert_post?
- When to store store plugin options as a single database record?
- What is the best way to override functions of thirdparty plugins?