The problem with localization
-
Plugin is defined in the header value textdomain as follows:
* Text Domain: infinite-slider-locale
A plugin Loco Translate accordingly assumes that they will have the name of the localization files infinite-slider-locale-cs_CZ.po and infinite-slider-locale-cs_CZ.mo and accordingly is created. But unfortunately later plugin defines this value again:
$ domain = $ this- & gt; plugin_slug;
load_plugin_textdomain ($ domain, FALSE, basename (plugin_dir_path (dirname (__FILE__))). ‘/ languages /’);
- The topic ‘The problem with localization’ is closed to new replies.