mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
huge Laravel 10 upgrade
This commit is contained in:
4
support/laravel-translation/tests/fixtures/lang/en.json
vendored
Normal file
4
support/laravel-translation/tests/fixtures/lang/en.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"Hello": "Hello",
|
||||
"What's up": "What's up!"
|
||||
}
|
||||
6
support/laravel-translation/tests/fixtures/lang/en/test.php
vendored
Normal file
6
support/laravel-translation/tests/fixtures/lang/en/test.php
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return array (
|
||||
'hello' => 'Hello',
|
||||
'whats_up' => 'What\'s up!',
|
||||
);
|
||||
0
support/laravel-translation/tests/fixtures/lang/es/.gitignore
vendored
Normal file
0
support/laravel-translation/tests/fixtures/lang/es/.gitignore
vendored
Normal file
Reference in New Issue
Block a user