mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
huge Laravel 10 upgrade
This commit is contained in:
6
support/laravel-translation/tests/fixtures/scan-tests/__.txt
vendored
Normal file
6
support/laravel-translation/tests/fixtures/scan-tests/__.txt
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
__('This will go in the JSON array')
|
||||
|
||||
__(
|
||||
'This will also go in the JSON array'
|
||||
)
|
||||
2
support/laravel-translation/tests/fixtures/scan-tests/at_lang.txt
vendored
Normal file
2
support/laravel-translation/tests/fixtures/scan-tests/at_lang.txt
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
@lang('lang.first_match')
|
||||
3
support/laravel-translation/tests/fixtures/scan-tests/lang_get.txt
vendored
Normal file
3
support/laravel-translation/tests/fixtures/scan-tests/lang_get.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
Lang::get('lang_get.first')
|
||||
Lang::get('lang_get.second');
|
||||
4
support/laravel-translation/tests/fixtures/scan-tests/trans.txt
vendored
Normal file
4
support/laravel-translation/tests/fixtures/scan-tests/trans.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
trans('trans.first_match');
|
||||
trans('trans');
|
||||
trans('trans.third_match');
|
||||
2
support/laravel-translation/tests/fixtures/scan-tests/trans_choice.txt
vendored
Normal file
2
support/laravel-translation/tests/fixtures/scan-tests/trans_choice.txt
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
trans_choice('trans_choice.with_params', ['parameters' => 'Go here'])
|
||||
Reference in New Issue
Block a user