Replies: 1 comment
-
The installer does not copy files to the project. It does it wisely: it looks at what dependencies are installed in your application and installs only those keys that match them. For example:
Simply put, each package that connects to the installer has its own key binding to a specific product or does not have one. The installer looks at these settings and based on them decides whether to add these translations or not. Do I understand correctly that you need the ability to install all keys without filtering installed packages? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, when I run
php artisan lang:add sk
then it copies sk.json to my project. But the problem is, there are missing json keys. Certainly this file is not copied to the project: https://github.com/Laravel-Lang/lang/blob/main/locales/sk/json.jsonIs it a bug or it filters out unused keys?
Beta Was this translation helpful? Give feedback.
All reactions