From 5473a618c9673b9ed76e7f098c0bea0eb3397e0a Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 30 Apr 2020 06:27:01 +0200 Subject: [PATCH] Warn about locale things. --- resources/lang/en_US/firefly.php | 2 ++ resources/views/v1/preferences/index.twig | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index a0550d5bf9..2707ff6e11 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -541,6 +541,8 @@ return [ 'pref_locale' => 'Locale settings', 'pref_languages_help' => 'Firefly III supports several languages. Which one do you prefer?', 'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.', + 'pref_locale_no_windows' => 'This feature may not work on Windows.', + 'pref_locale_no_docker' => 'The Docker image only has a small set of installed locales.', 'pref_custom_fiscal_year' => 'Fiscal year settings', 'pref_custom_fiscal_year_label' => 'Enabled', 'pref_custom_fiscal_year_help' => 'In countries that use a financial year other than January 1 to December 31, you can switch this on and specify start / end days of the fiscal year', diff --git a/resources/views/v1/preferences/index.twig b/resources/views/v1/preferences/index.twig index 4fe7e71a28..850ce3c80b 100644 --- a/resources/views/v1/preferences/index.twig +++ b/resources/views/v1/preferences/index.twig @@ -67,9 +67,11 @@ {% endfor %} - - + {# fiscal year #}