mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
11 lines
237 B
PHP
11 lines
237 B
PHP
<?php
|
|
|
|
/*
|
|
* Place here your custom translations for your project.
|
|
* These translation will be automatically seeded after you
|
|
* run setup:dev script or installing app via Setup Wizard Tool
|
|
*/
|
|
|
|
return [
|
|
'custom' => 'translation'
|
|
]; |