Laravel-Backpack / CRUD

Build custom admin panels. Fast!
https://backpackforlaravel.com
MIT License
3k stars 880 forks source link

Removed redundant translations #5455

Closed promatik closed 4 months ago

promatik commented 4 months ago

WHY

BEFORE - What was wrong? What was happening before this PR?

These translations were pointing to them selfs, creating an infinite loop. This creates an issue for the new Language Manager.

HOW

How did you achieve that, in technical terms?

Removed those translations.

Is it a breaking change?

No.