Jexactyl / Jexactyl-v2-Archive

The repository which houses the code for Jexactyl v2 (now archived).
https://jexactyl.com
Other
37 stars 8 forks source link

PHP Artisan Setup Command Messages #28

Open JordanPlayz158 opened 2 years ago

JordanPlayz158 commented 2 years ago

Current Behavior

All the messages are the names for which I assume the locale file or whatever it's called (i18n) uses which means they are not supplied or not setup correctly which results in the screenshot below https://cdn.jordanplayz158.xyz/uploads/1507660712bcfb1f563721d5d9259e057a340669.png (If you don't wish to view the screenshot php artisan p:environment setup, the first 2 lines of text // command/messages.environment.app.author_help and command/messages.environment.app.author [unknown@unknown.com]: as you can see, the lines do not have the "friendly" names)

Also some of the default values are still set to pterodactyl, like the database setup username which is still pterodactyl not jexactyl

Expected Behavior

The friendly names are used, like as opposed to command/messages.environment.app.author should be Egg Author or App Author or what it translates to in the app.

Steps to Reproduce

After following the documentation up to "Environment Configuration", run php artisan p:environment setup and you will see the text shown above.

Lang = en_US LC=C.UTF8 (in case that is relevant)

Panel Version

2.3.1

Wings Version

N/A

Games and/or Eggs Affected

No response

Docker Image

No response

Error Logs

No response

Is there an existing issue for this?

camw0 commented 2 years ago

Thanks for reporting, looks like the language folder got removed somewhen by Pterodactyl so I'll add it back soon.