MichaelBelgium / flarum-profile-views

An extension for the Flarum forum software which tracks and displays profile views.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no locale

axelmine opened this issue · comments

no locale AddAssets.php
/**
@param ConfigureLocales $event
/
public function configLocales(ConfigureLocales $event)
{
$event->locales->addTranslations('en', DIR.'/../../locale/en.yml');
}
}

If you mean there's no support for other languages, it's fixed in 2fec6d6