How to translate Laravel Nova files? #22
-
Hi, Where are the Laravel Nova files located? |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 1 reply
-
Depends on what kind of files you want to find. Nova files are installed in the application along the path: As part of the Laravel Lang project, we store Nova source files here: https://github.com/Laravel-Lang/lang/tree/main/source/packages/nova We save all translations of keys from json files into a single file. For example, https://github.com/Laravel-Lang/lang/blob/main/locales/fr/fr.json |
Beta Was this translation helpful? Give feedback.
Depends on what kind of files you want to find.
Nova files are installed in the application along the path:
lang/vendor/nova/{locale}.json
for Laravel 8-9resources/lang/vendor/nova/{locale}.json
for Laravel < 8As part of the Laravel Lang project, we store Nova source files here: https://github.com/Laravel-Lang/lang/tree/main/source/packages/nova
We save all translations of keys from json files into a single file. For example, https://github.com/Laravel-Lang/lang/blob/main/locales/fr/fr.json