Remove 'pro' locales domain

This commit is contained in:
jo 2021-10-14 19:55:26 +02:00
parent ea89fc631a
commit a7e6cb4ed8
1 changed files with 1 additions and 4 deletions

View File

@ -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)',