简体   繁体   中英

IONIC -3 calendar language issue

Im created my university project for using IONIC -3 , I'm installed this calendar

npm install ionic3-calendar

https://www.npmjs.com/package/ionic3-calendar calendar is working but i had some issue for calendar display unknown language how to removed this language

look image

在此处输入图片说明

Please open below file

\ionic-v3\example\SoApp\www\build\vendor.js

and search for \年 and \月 and replace like below

\u5E74 = Year
\u6708 = Month

That will be work like you want.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM