mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
codes.php and init.php updated
This commit is contained in:
@@ -29,6 +29,7 @@ return [
|
||||
'ms', // Malay
|
||||
'nl', // Dutch
|
||||
'no', // Norwegian
|
||||
'np', //Nepali
|
||||
'ph', // Filipino
|
||||
'pl', // Polish
|
||||
'pt-br', // Portuguese - Brazil
|
||||
|
||||
@@ -250,6 +250,7 @@ Locale::setLanguage('ml', include __DIR__.'/config/locale/translations/ml.php');
|
||||
Locale::setLanguage('ms', include __DIR__.'/config/locale/translations/ms.php');
|
||||
Locale::setLanguage('nl', include __DIR__.'/config/locale/translations/nl.php');
|
||||
Locale::setLanguage('no', include __DIR__.'/config/locale/translations/no.php');
|
||||
Locale::setLanguage('np', include __DIR__.'/config/locale/translations/np.php');
|
||||
Locale::setLanguage('ph', include __DIR__.'/config/locale/translations/ph.php');
|
||||
Locale::setLanguage('pl', include __DIR__.'/config/locale/translations/pl.php');
|
||||
Locale::setLanguage('pt-br', include __DIR__.'/config/locale/translations/pt-br.php');
|
||||
|
||||
Reference in New Issue
Block a user