<?php
return [
'locales' => ['en', 'ne', 'hi'],
'fallback_locale' => 'en',
'fallback_any_locale' => true,
'translation_suffix' => 'Translation',
'translation_foreign_key' => null,
'translation_model_namespace' => null,
'translations_table_suffix' => 'translations',
'locale_key' => 'locale',
];