1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

feat(locale): add Azerbaijani to PHP code

This commit is contained in:
Mohammad-Ali A'RÂBI 2021-10-08 00:12:21 +02:00
parent 38d22c9a64
commit 963524914f
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@ return [
'af', // Afrikaans
'ar', // Arabic
'as', // Assamese
'az', // Azerbaijani
'be', // Belarusian
'bg', // Bulgarian
'bh', // Bihari

View file

@ -264,6 +264,7 @@ Locale::$exceptions = false;
Locale::setLanguageFromJSON('af', __DIR__.'/config/locale/translations/af.json');
Locale::setLanguageFromJSON('ar', __DIR__.'/config/locale/translations/ar.json');
Locale::setLanguageFromJSON('as', __DIR__.'/config/locale/translations/as.json');
Locale::setLanguageFromJSON('az', __DIR__.'/config/locale/translations/az.json');
Locale::setLanguageFromJSON('be', __DIR__.'/config/locale/translations/be.json');
Locale::setLanguageFromJSON('bg', __DIR__.'/config/locale/translations/bg.json');
Locale::setLanguageFromJSON('bh', __DIR__.'/config/locale/translations/bh.json');