[Plugin: Codestyling Localization] warning about ambiguous language directory
-
when I try Codestyling Localization on my plugin, I get a warning that the language folder is ambiguous and I get prompted to pick the language folder from a list.
How can I avoid that warning?
the textdomain is defined in the plugin with
load_plugin_textdomain( 'embedchess', null, dirname(plugin_basename(__FILE__)) . '/lang' );the lang folder is currently empty, does this matter?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: Codestyling Localization] warning about ambiguous language directory’ is closed to new replies.