diff --git a/flextype/Plugins.php b/flextype/Plugins.php index bddf718c..23bde314 100755 --- a/flextype/Plugins.php +++ b/flextype/Plugins.php @@ -173,6 +173,17 @@ class Plugins } } + /** + * Get locales. + * + * @access public + * @return object + */ + public static function getLocales() + { + return Plugins::$locales; + } + /** * Get the Plugins instance. *