1
0
Fork 0
mirror of synced 2024-06-10 14:54:43 +12:00

Update init.php

Add Esperanto
This commit is contained in:
Tatiana 2021-10-05 10:41:21 -03:00 committed by GitHub
parent b9bbfbe9ab
commit 59013149b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -274,6 +274,7 @@ Locale::setLanguageFromJSON('de', __DIR__.'/config/locale/translations/de.json')
Locale::setLanguageFromJSON('el', __DIR__.'/config/locale/translations/el.json');
Locale::setLanguageFromJSON('en', __DIR__.'/config/locale/translations/en.json');
Locale::setLanguageFromJSON('es', __DIR__.'/config/locale/translations/es.json');
Locale::setLanguageFromJSON('esp', __DIR__.'/config/locale/translations/esp.json');
Locale::setLanguageFromJSON('fa', __DIR__.'/config/locale/translations/fa.json');
Locale::setLanguageFromJSON('fi', __DIR__.'/config/locale/translations/fi.json');
Locale::setLanguageFromJSON('fo', __DIR__.'/config/locale/translations/fo.json');