huge Laravel 10 upgrade

This commit is contained in:
HolgerHatGarKeineNode
2023-02-19 20:13:20 +01:00
parent 5c74f77beb
commit 12847f95f6
440 changed files with 46336 additions and 682 deletions

View File

@@ -0,0 +1,6 @@
__('This will go in the JSON array')
__(
'This will also go in the JSON array'
)

View File

@@ -0,0 +1,2 @@
@lang('lang.first_match')

View File

@@ -0,0 +1,3 @@
Lang::get('lang_get.first')
Lang::get('lang_get.second');

View File

@@ -0,0 +1,4 @@
trans('trans.first_match');
trans('trans');
trans('trans.third_match');

View File

@@ -0,0 +1,2 @@
trans_choice('trans_choice.with_params', ['parameters' => 'Go here'])