Update Language.php

add Arabic Language
This commit is contained in:
AhmedNabil1992 2023-12-19 00:05:38 +02:00 committed by GitHub
parent 52aef06149
commit 21fcc2d300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ class Language extends DataStore {
const TABLE = 'language';
const LANGUAGES = [
'en',
'ar',
'es',
'de',
'fr',