mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Added a language test, added Dutch basic file. [skip ci]
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
return [
|
||||
'test' => 'You have selected English.',
|
||||
'welcome' => 'Welcome to Firefly!',
|
||||
'mainTitle' => 'What\'s playing?',
|
||||
'close' => 'Close',
|
||||
'pleaseHold' => 'Please hold...',
|
||||
'mandatoryFields' => 'Mandatory fields',
|
||||
|
5
resources/lang/nl/firefly.php
Normal file
5
resources/lang/nl/firefly.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
return [
|
||||
'test' => 'Nederlands geselecteerd!',
|
||||
|
||||
];
|
Reference in New Issue
Block a user