Use emoji instead of SVG flags

This commit is contained in:
Pierre Rudloff 2017-05-31 16:26:00 +02:00
parent 0c4b055cf9
commit 2add291023
6 changed files with 99 additions and 21 deletions

View file

@ -87,4 +87,9 @@ class Locale
{
return strtolower($this->region);
}
public function getCountry()
{
return country($this->getIso3166());
}
}