From 19d08137a567447ed8cb4067fe73798722c2a3fb Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 22 Feb 2025 10:06:59 +0100 Subject: [PATCH] Fix #9887 --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index a6d48554b8..1d9afab05e 100644 --- a/.env.example +++ b/.env.example @@ -19,7 +19,7 @@ SITE_OWNER=mail@example.com APP_KEY=SomeRandomStringOf32CharsExactly # Firefly III will launch using this language (for new users and unauthenticated visitors) -# For a list of available languages: https://github.com/firefly-iii/firefly-iii/tree/main/resources/lang +# For a list of available languages: https://github.com/firefly-iii/firefly-iii/blob/main/config/firefly.php#L123 # # If text is still in English, remember that not everything may have been translated. DEFAULT_LANGUAGE=en_US