Hello Hitesh,
thank you very much for your answer!
I would like to translate the date picker to german.
And I already tried a translation management plugin, but it didn’t work.
Generally, the translations seem to be in the source code, there is a section:
<script type=’text/javascript’ id=’moment-js-after’>
moment.updateLocale( ‘de_DE’, {“months”:[“Januar”,”Februar”,”M\u00e4rz”,”April”,”Mai”,”Juni”,”Juli”,”August”,”September”,”Oktober”,”November”,”Dezember”],”monthsShort”:[“Jan”,”Feb”,”Mrz”,”Apr”,”Mai”,”Jun”,”Jul”,”Aug”,”Sep”,”Okt”,”Nov”,”Dez”],”weekdays”:[“Sonntag”,”Montag”,”Dienstag”,”Mittwoch”,”Donnerstag”,”Freitag”,”Samstag”],”weekdaysShort”:[“So”,”Mo”,”Di”,”Mi”,”Do”,”Fr”,”Sa”],”week”:{“dow”:1},”longDateFormat”:{“LT”:”G:i”,”LTS”:null,”L”:null,”LL”:”j. F Y”,”LLL”:”j. F Y G:i”,”LLLL”:null}} );
</script>
But it doesn’t work…
And in germany the week starts with monday, i’d like to change this too.
Thanks for yout help!!