Daemonite / material

Material Design for Bootstrap 4
http://daemonite.github.io/material/
MIT License
3.2k stars 720 forks source link

have a language package? #203

Closed DevaloperHH closed 4 years ago

DevaloperHH commented 6 years ago

I want to translate datepiker components

djibe commented 4 years ago

Hi,

DevaloperHH commented 4 years ago

Hi,

  • you can download my fork : https://djibe.github.io/material/docs/4.4/getting-started/introduction/, download source code download link and unzip files
  • Now go to assets/js/src/pickdate.js
  • Go to line 77 to change months names monthsFull : ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'],
  • Save file
  • Now open terminal and type command : npm run js
  • New compiled JS will be in /js folder.

Hi,Thank you for your reply😁