1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00
This commit is contained in:
syshcndr 2020-10-05 16:32:08 +05:30
parent 3bc80d9b47
commit 57869d87f7
2 changed files with 2 additions and 0 deletions

View file

@ -23,6 +23,7 @@ return [
'it', // Italian
'ja', // Japanese
'jv', // Javanese
'ka', // Kannada
'km', // Khmer
'ko', // Korean
'lt', // Lithuanian

View file

@ -244,6 +244,7 @@ Locale::setLanguage('is', include __DIR__.'/config/locale/translations/is.php');
Locale::setLanguage('it', include __DIR__.'/config/locale/translations/it.php');
Locale::setLanguage('ja', include __DIR__.'/config/locale/translations/ja.php');
Locale::setLanguage('jv', include __DIR__.'/config/locale/translations/jv.php');
Locale::setLanguage('ka', include __DIR__.'/config/locale/translations/ka.php');
Locale::setLanguage('km', include __DIR__.'/config/locale/translations/km.php');
Locale::setLanguage('ko', include __DIR__.'/config/locale/translations/ko.php');
Locale::setLanguage('lt', include __DIR__.'/config/locale/translations/lt.php');