diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 3a8ade8687..cf3c1515a1 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -103,6 +103,7 @@ return [ 'all_periods' => 'All periods', 'current_period' => 'Current period', 'show_the_current_period_and_overview' => 'Show the current period and overview', + 'pref_languages_locale' => 'For a language other than English to work properly, your operating system must be equipped with the correct locale-information. If these are not present, currency data, dates and amounts may be formatted wrong.', // repeat frequencies: 'repeat_freq_yearly' => 'yearly', diff --git a/resources/views/preferences/index.twig b/resources/views/preferences/index.twig index 96c0b98b3d..65080962ba 100644 --- a/resources/views/preferences/index.twig +++ b/resources/views/preferences/index.twig @@ -45,6 +45,11 @@ {% endif %} {% endfor %} + +

+
+ {{ 'pref_languages_locale'|_ }} +