Update translation.php

This commit is contained in:
walkor 2023-03-23 09:43:55 +08:00 committed by GitHub
parent 0d94b22820
commit 727dc88fb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,5 +21,5 @@ return [
// Fallback language
'fallback_locale' => ['zh_CN', 'en'],
// Folder where language files are stored
'path' => base_path() . '/resource/translations',
'path' => base_path() . '/plugin/admin/resource/translations'
];