joomla-extensions / jedchecker

Joomla extension to check components, modules or plugins for possible problems for submission to the JED -> Translations: https://joomla.crowdin.com/joomla-official-extensions
38 stars 28 forks source link

Language file is not loaded, when lang prefix is missing. #196

Closed n3t closed 11 months ago

n3t commented 1 year ago

Joomla 3.10 and 4.x supports non-prefixed language files, such as plg_system_whatever.sys.ini. Jed checker is trying to load only old-style prefixed file like en-GB.plg_system_whatever.sys.ini, so it is not able to load language constants from the extensions language file, and reports false positive errors in extension name check.

dryabov commented 11 months ago

Fixed in PR #210