mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Localization fixes
This commit is contained in:
parent
20341aaf88
commit
180a8b5e0f
@ -75,8 +75,10 @@
|
|||||||
|
|
||||||
$('#reportrange').daterangepicker({
|
$('#reportrange').daterangepicker({
|
||||||
locale: {
|
locale: {
|
||||||
format: "{{ $account->getMomentDateFormat() }}",
|
format: "{{ $account->getMomentDateFormat() }}",
|
||||||
customRangeLabel: "{{ trans('texts.custom_range') }}",
|
customRangeLabel: "{{ trans('texts.custom_range') }}",
|
||||||
|
applyLabel: "{{ trans('texts.apply') }}",
|
||||||
|
cancelLabel: "{{ trans('texts.cancel') }}",
|
||||||
},
|
},
|
||||||
startDate: statementStartDate,
|
startDate: statementStartDate,
|
||||||
endDate: statementEndDate,
|
endDate: statementEndDate,
|
||||||
|
@ -138,8 +138,10 @@
|
|||||||
|
|
||||||
$('#reportrange').daterangepicker({
|
$('#reportrange').daterangepicker({
|
||||||
locale: {
|
locale: {
|
||||||
format: "{{ $account->getMomentDateFormat() }}",
|
format: "{{ $account->getMomentDateFormat() }}",
|
||||||
customRangeLabel: "{{ trans('texts.custom_range') }}",
|
customRangeLabel: "{{ trans('texts.custom_range') }}",
|
||||||
|
applyLabel: "{{ trans('texts.apply') }}",
|
||||||
|
cancelLabel: "{{ trans('texts.cancel') }}",
|
||||||
},
|
},
|
||||||
startDate: chartStartDate,
|
startDate: chartStartDate,
|
||||||
endDate: chartEndDate,
|
endDate: chartEndDate,
|
||||||
|
@ -93,6 +93,8 @@
|
|||||||
locale: {
|
locale: {
|
||||||
format: "{{ $account->getMomentDateFormat() }}",
|
format: "{{ $account->getMomentDateFormat() }}",
|
||||||
customRangeLabel: "{{ trans('texts.custom_range') }}",
|
customRangeLabel: "{{ trans('texts.custom_range') }}",
|
||||||
|
applyLabel: "{{ trans('texts.apply') }}",
|
||||||
|
cancelLabel: "{{ trans('texts.cancel') }}",
|
||||||
},
|
},
|
||||||
startDate: chartStartDate,
|
startDate: chartStartDate,
|
||||||
endDate: chartEndDate,
|
endDate: chartEndDate,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user