Skip to content

Commit 4a51590

Browse files
authored
Update README.md
1 parent 42296c5 commit 4a51590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Vue.prototype.trans = new Lang( { messages, locale: default_locale, fallback: fa
119119

120120
## A note about json files
121121

122-
Laravel 5.4+ allows localization to be strutured [using a single `.json` file for each language](https://laravel.com/docs/5.7/localization#using-translation-strings-as-keys), in order to use the strings inside the provided json file you must preprend the `__JSON__` key
122+
Laravel 5.4+ allows localization to be strutured [using a single `.json` file for each language](https://laravel.com/docs/5.7/localization#using-translation-strings-as-keys), in order to use the strings inside the provided json file you must prepend the `__JSON__` key
123123

124124
```
125125
// Assuming that es.json exists and it is the default locale in your app

0 commit comments

Comments
 (0)