Skip to content

Commit 577b62d

Browse files
author
Andrey Helldar
committed
Update README.md
1 parent efb8be6 commit 577b62d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ with `LaravelLang\JsonFallbackHotfix\TranslationServiceProvider::class`.
2121

2222
It's all 😊
2323

24+
## What's fixed
25+
26+
Out of the box, Laravel does not allow fallback translations for JSON keys.
27+
28+
For example, when you call `__('Remember Me')`, you get `Remember Me` instead of `Se souvenir de moi` for French fallback language.
29+
30+
This package solves this problem.
31+
32+
2433

2534
## License
2635

0 commit comments

Comments
 (0)