How to translate Laravel Nova files? #22
-
Hi, Where are the Laravel Nova files located? |
Beta Was this translation helpful? Give feedback.
Answered by
andrey-helldar
Jun 22, 2022
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.
0 replies
Answer selected by
sajaddp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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