mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
This should fix locale information for specific languages. It’s not perfect yet though.
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user