mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fixed
This commit is contained in:
@@ -23,6 +23,7 @@ return [
|
||||
'it', // Italian
|
||||
'ja', // Japanese
|
||||
'jv', // Javanese
|
||||
'ka', // Kannada
|
||||
'km', // Khmer
|
||||
'ko', // Korean
|
||||
'lt', // Lithuanian
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user