Laravel-Backpack / CRUD

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

Update crud.php Add missing languages #5509

Closed TanNhatCMS closed 2 months ago

TanNhatCMS commented 2 months ago

Add missing languages

WHY

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

??

AFTER - What is happening after this PR?

??

HOW

How did you achieve that, in technical terms?

??

Is it a breaking change?

??

How can we test the before & after?

??

If the PR has changes in multiple repos please provide the command to checkout all branches, eg.:

git checkout "dev-branch-name" &&
cd vendor/backpack/crud && git checkout crud-branch-name &&
cd ../pro && git checkout pro-branch-name &&
cd ../../..
jcastroa87 commented 2 months ago

Hi @TanNhatCMS thanks for contribution i will ask @pxpm to check and merge it.

Cheers.

pxpm commented 2 months ago

thanks @TanNhatCMS