Remove 'pro' locales domain
This commit is contained in:
parent
ea89fc631a
commit
a7e6cb4ed8
|
@ -2,10 +2,7 @@
|
|||
|
||||
final class Application_Model_Locale
|
||||
{
|
||||
private static $domains = [
|
||||
'airtime',
|
||||
'pro',
|
||||
];
|
||||
private static $domains = ['airtime'];
|
||||
|
||||
public static $locales = [
|
||||
'en_CA' => 'English (Canada)',
|
||||
|
|
Loading…
Reference in New Issue