Files
vuefilemanager/config/custom-language-translations.php
2021-04-25 09:02:00 +02:00

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',
];