Skip to content

Commit 194435a

Browse files
VictorMarc Cámara
Victor
authored and
Marc Cámara
committed
adds syntax highlight to folder path (#503)
adds syntax highlight to `resources/lang/language_abbreviation` for easier read.
1 parent bafd681 commit 194435a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ function() {
437437
```
438438
In the routes file you just have to add the `LaravelLocalizationRoutes` filter and the `LaravelLocalization::transRoute` function to every route you want to translate using the translation key.
439439

440-
Then you have to create the translation files and add there every key you want to translate. I suggest to create a routes.php file inside your resources/lang/language_abbreviation folder. For the previous example, I have created two translations files, these two files would look like:
440+
Then you have to create the translation files and add there every key you want to translate. I suggest to create a routes.php file inside your `resources/lang/language_abbreviation` folder. For the previous example, I have created two translations files, these two files would look like:
441441
```php
442442
// resources/lang/en/routes.php
443443
return [

0 commit comments

Comments
 (0)