This should fix locale information for specific languages. It’s not perfect yet though.

This commit is contained in:
James Cole
2017-01-08 16:55:02 +01:00
parent 8a00101470
commit 8208d44466
3 changed files with 32 additions and 9 deletions

View File

@@ -208,6 +208,7 @@
var noDataForChart = '{{ trans('firefly.no_data_for_chart')|escape }}';
var showFullList = '{{ trans('firefly.show_full_list') }}';
var showOnlyTop = '{{ trans('firefly.show_only_top',{number:listLength}) }}';
var accountingConfig = {{ accountingConfig|json_encode|raw }};
</script>