Add back additional locales

This commit is contained in:
David Bomba 2024-01-12 21:04:54 +11:00
parent 88e9f95e5c
commit ade2ca8178
2 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,7 @@ class Locale
'bg', 'bg',
'he', 'he',
'km_KH', 'km_KH',
'lo_LA',
'hu', 'hu',
'fr_CH', 'fr_CH',
]; ];

View File

@ -58,6 +58,7 @@ class VendorLocale
'km_KH', 'km_KH',
'hu', 'hu',
'fr_CH', 'fr_CH',
'lo_LA',
]; ];
/** /**
* Handle an incoming request. * Handle an incoming request.