mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Warning about locale. [skip ci]
This commit is contained in:
@@ -103,6 +103,7 @@ return [
|
|||||||
'all_periods' => 'All periods',
|
'all_periods' => 'All periods',
|
||||||
'current_period' => 'Current period',
|
'current_period' => 'Current period',
|
||||||
'show_the_current_period_and_overview' => 'Show the current period and overview',
|
'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 frequencies:
|
||||||
'repeat_freq_yearly' => 'yearly',
|
'repeat_freq_yearly' => 'yearly',
|
||||||
|
@@ -45,6 +45,11 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
<p class="text-info">
|
||||||
|
<br />
|
||||||
|
{{ 'pref_languages_locale'|_ }}
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- fiscal year -->
|
<!-- fiscal year -->
|
||||||
|
Reference in New Issue
Block a user