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
Add new folders to search for, add your own lang methods or functions, ...
84
90
91
+
> For Lumen, copy manually the [configuration file](https://github.com/potsky/laravel-localization-helpers/blob/master/src/config/config-laravel5.php) as `config/laravel-localization-helpers.php`.
92
+
85
93
### Backup files
86
94
87
95
You should not include backup lang files in GIT or other versioning systems.
@@ -282,6 +290,10 @@ Use the [github issue tool](https://github.com/potsky/laravel-localization-helpe
282
290
283
291
## 5. Upgrade notices
284
292
293
+
### From `v2.x.4` to `v2.x.5`
294
+
295
+
- Parameter `dot_notation_split_regex` has been added in the [configuration file](https://github.com/potsky/laravel-localization-helpers/tree/master/src/config). Add it in your configuration file.
296
+
285
297
### From `v2.x.1` to `v2.x.2`
286
298
287
299
- Parameter `obsolete_array_key` has been added in the [configuration file](https://github.com/potsky/laravel-localization-helpers/tree/master/src/config). Add it in your configuration file.
@@ -293,6 +305,16 @@ Use the [github issue tool](https://github.com/potsky/laravel-localization-helpe
293
305
294
306
## 6. Change Log
295
307
308
+
### v2.x.5
309
+
310
+
- new: `dot_notation_split_regex` has been added to automatically handle dots in lemma ([#59](https://github.com/potsky/laravel-localization-helpers/issues/59))
311
+
- fix: ignore vendors lang folders ([#59](https://github.com/potsky/laravel-localization-helpers/issues/59))
312
+
- new: you can now ignore specific lang files and not only lang families ([#44](https://github.com/potsky/laravel-localization-helpers/issues/44))
313
+
- fix: in dry run mode, lang files were still created ([#54](https://github.com/potsky/laravel-localization-helpers/issues/54))
314
+
- change: try to handle dynamic lemma errors ([#53](https://github.com/potsky/laravel-localization-helpers/issues/53))
315
+
- change: change composer requirements to minimize lumen requirements ([#49](https://github.com/potsky/laravel-localization-helpers/issues/49))
0 commit comments