You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,13 @@ You can choose to exclude specific groups of translations from appearing in Fila
128
128
],
129
129
```
130
130
131
+
### Navigation Icon
132
+
133
+
You can customize the navigation icon by configuring the `navigation-icon` variable
134
+
```
135
+
'navigation_icon' => 'heroicon-o-language',
136
+
```
137
+
131
138
## Usage
132
139
133
140
The library creates a new directory for the new translations, see [Laravel Chained Translator](https://github.com/statikbe/laravel-chained-translator).
0 commit comments