• Resolved Brave Nguyen

    (@bravenguyen87)


    I cannot translate your plugin with Loco or PoEdit.
    I see that translation is not available now. Please help me with a quick fix for date picker translation of weekdays and months’ names. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author EDGARROJAS

    (@edgarrojas)

    Hello!

    You can change that text by opening the file\plugins\smart-forms\js\rednao-isolated-jq.js and look for the word ‘jan’ you will find something like this:

    onthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"mm/dd/yy",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}

    You can change that for whatever text you want to use.

    Regards!

    Thread Starter Brave Nguyen

    (@bravenguyen87)

    @edgarrojas: Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugins Translation or Datepicker Translation Temporary Fix’ is closed to new replies.