arabic translations and locale support in datepicker (#337)
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
{# we do not call parent() as we use a custom built for the frontend assets and don't want the default <script> #}
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function () {
|
||||
$.kimai.init({confirmDelete: '{{ 'confirm.delete'|trans }}'});
|
||||
$.kimai.init({locale: '{{ app.request.locale }}', confirmDelete: '{{ 'confirm.delete'|trans }}'});
|
||||
//$.kimai.pauseRecord('li.messages-menu ul.menu li');
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user