4
So I found the solution, the "problem" was that I didn't removed the resources/lang directory so Laravel was using that directory instead of the lang directory in the base path of the application.
After removing the resources/lang directory it worked as expected. Thanks to @lagbox comment.