var bookingCore = { url:'https://sg.propertyvow.com', url_root:'https://sg.propertyvow.com', booking_decimals:0, thousand_separator:',', decimal_separator:'.', currency_position:'left', currency_symbol:'$', currency_rate:'1', date_format:'DD/MM/YYYY', map_provider:'osm', map_gmap_key:'', routes:{ login:'https://sg.propertyvow.com/login', register:'https://sg.propertyvow.com/register' }, currentUser:0, rtl: false }; var i18n = { warning:"Warning", success:"Success", confirm:"Confirm", cancel:"Cancel", confirm_delete:"Please confirm deletion", }; var daterangepickerLocale = { "applyLabel": "Apply", "cancelLabel": "Cancel", "fromLabel": "From", "toLabel": "To", "customRangeLabel": "Custom", "weekLabel": "W", "first_day_of_week": 1, "daysOfWeek": [ "Su", "Mo", "Tu", "We", "Th", "Fr", "Sa" ], "monthNames": [ "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" ], };