Laravel-Lang/publisher

json translations for `laravel/framework` are not published

cappuc opened this issue · 3 comments

  • Lang Publisher Version: 10.2.0
  • Laravel Version: 8.63.0
  • PHP Version: 8.0.11

Description:

json translations for laravel/framework are not published, only json translations of packages are published

Steps To Reproduce:

Delete json translations files from resources/lang and run php artisan lang:update

The problem is that Laravel does not contain a ready-made json file for translation, but...
I have prepared changes to support this file: Laravel-Lang/lang#1871

The framework keys are already present in source/en.json file in the Laravel-Lang/lang repo

Oops. I completely forgot about the existence of this file 😁

Released version v10.2.1.

Thank you!