mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
12 lines
239 B
PHP
12 lines
239 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',
|
|
];
|