Warning about locale. [skip ci]

This commit is contained in:
James Cole 2017-01-01 20:10:30 +01:00
parent 540fc4f924
commit 0341a04ee3
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 6 additions and 0 deletions

View File

@ -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',

View File

@ -45,6 +45,11 @@
</div>
{% endif %}
{% endfor %}
<p class="text-info">
<br />
{{ 'pref_languages_locale'|_ }}
</p>
</div>
<!-- fiscal year -->