Check the following function in your plugin:
load_plugin_textdomain ();
and be sure that the directory to languages folder is correct.
This fixed the issue for above question.
Related Posts:
- Why load_textdomain work but not load_plugin_textdomain?
- load_theme_textdomain path
- Force language in translate function
- Translation for a text that is not printed on the screen
- How to keep plugin translations after updates?
- Edit plugin without hooks in functions.php
- Force Plugin to English Translation
- What is the purpose of adding a .po file?
- translation does not work with text_domain
- Custom values are not translated
- Plugin translations problem
- How WordPress knows where to find locale files?
- Prepare plugin options for multi-lingual support
- What is the way to ship read-me strings like plugin-strings for internationalization?
- Making my plugin translation ready. Poedit not working
- How to set a custom title per language?
- Read text defined under __()
- Loco Translate: Custom Post and Custom Taxonomy Labels not translated in wp-admin menu
- Change the backend language of a single plugin
- 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?
- Plugin translation not working on WordPress.org
- Translation issue with global variables
- How to ignore extra whitespaces in translation functions like _e?
- How does translation (gettext) work for translating config file of plugin?
- Plugin not properly prepared for localization
- How to translate wordpress backend to another language
- How to handle a WordPress blog with articles in different languages?
- Language translation on a fresh english installation
- Use localized plugin name and description even when the plugin is disabled
- I have English words in Kurdish pages
- How to translate wordpress blog to other languages?
- How to change WordPress core language using Loco Translate?
- Load custom translation in custom plugin fails
- How do I add languages?
- Plugin: Translated plugin is “not translated”
- How do I change a plugin language of only one page?
- Translation plugin with default language?
- Change localization only for plugin
- WP internationalization not loaded
- WordPress Site in Multiple Languages
- The Best Multilanguage Plugin supporting the FSE [closed]
- Plugin translations are not loaded from translate.wordpress.org
- Multilingual WordPress Website with multiple source languages
- Using OR Condition with facetwp facets
- Problem with MEMCACHE and Redis with wp_options
- How to copy the all WordPress media items to another custom plugin folder?
- Cannot run script properly with my custom plugin
- Cookie value changes back to previous value after changing
- How to implement color picker from WordPress in my boilerplate plugin?
- Using sessions or an alternative in a plugin
- custom post type plugin error [closed]
- Change plugin descriptions
- Correct way to expand custom WordPress plugin functions
- Personality quiz in wordpress using a plugin
- How can i solve php upgrade problem
- How can we get this dynamically as this folder may not be by the same name always → wp-admin
- Hide all Admin Notices and move on a separate page
- Make downloadable ebook read online without download option
- How to access a wordpress plugin page or add posts without doing it from the WordPress dashboard?
- Critical Error message of WordPress adming
- How to display the custom post related blog by category?
- Custom plugin activation error
- Clicking custom plugin admin menu redirects to “No Update Required” on live site
- WP Forms not displaying,becomming an fatal error
- How to resolve warning for `unstableOnSplit` prop on a DOM element in block editor
- How to fix caching issue in PHP data from database
- Change language in SiteOrigin Widgets
- woocommerce: Customize email with item total count
- How use wp_insert_post and add og:custom tags?
- Is there any way to sync Facebook Comments and with comments on WordPress website?
- Show Custom Post on Frontend
- How to dynamically add template in Innerblock?
- Access remote SFTP server via WordPress login?
- Fatal error “Call to undefined function is_plugin_active” each time the plugin is activated
- The Build menu theme is frozen with the wordpress theme
- Shortcode do not return the right data in post
- Add style to body based on url
- function post to trash problem
- Problem with checked box on wp car manager plugin
- How to call function in WordPress on button click?
- how to auto random increment for post view
- Custom Plugin: How to Include Install Buttons of other 3rd Party Plugins?
- Access “wp site health info” data from plugin
- Ultimate Members Default Post Layout problem
- Fatal error: require_once(): Failed opening required
- How to implement data residency in my WordPress site
- WordPress Frontend Page using Plugin
- best way to upload a large file to wordpress using wp all import
- Why do actions with class and public method don’t fire __construct()
- How to properly enqueue jQuery knob on WordPress without conflict?
- Potential issue that plugin could have when it will be installed on several sites
- show wc_add notices on particular page in woo commerce custom plugin development
- How to use functions found inside pluggable.php with my plugin files
- How to overwrite a plugin?
- Getting the same post on my related post
- The function called on the wp head hook becomes null
- Hide content for specific users with id
- adding dynamic/multiple slug values in ‘option_none_value’
- Is it okay to make a plugin to the WordPress repo, but limit it’s actions to maximum N events?