diff --git a/resources/lang/en/firefly.php b/resources/lang/en/firefly.php new file mode 100644 index 0000000000..fba918f94d --- /dev/null +++ b/resources/lang/en/firefly.php @@ -0,0 +1,10 @@ + 'Welcome to Firefly!', + 'mainTitle' => 'What\'s playing?', + 'close' => 'Clone', + 'pleaseHold' => 'Please hold...', + 'mandatoryFields' => 'Mandatory fields', + 'optionalFields' => 'Optional fields', + 'options' => 'Options' +]; \ No newline at end of file diff --git a/resources/twig/accounts/create.twig b/resources/twig/accounts/create.twig index 0314aa8892..4e50f1dfbb 100644 --- a/resources/twig/accounts/create.twig +++ b/resources/twig/accounts/create.twig @@ -9,7 +9,7 @@
Welcome to Firefly III.
+{{ trans('firefly.welcome') }}
Create a new asset account to get started. diff --git a/resources/twig/layout/default.twig b/resources/twig/layout/default.twig index cfe1190903..2bf12e7cc0 100644 --- a/resources/twig/layout/default.twig +++ b/resources/twig/layout/default.twig @@ -89,15 +89,15 @@