File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed
Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change @@ -2752,3 +2752,31 @@ var FlipClock;
27522752 FlipClock . Lang [ 'swedish' ] = FlipClock . Lang . Swedish ;
27532753
27542754} ( jQuery ) ) ;
2755+
2756+ ( function ( $ ) {
2757+
2758+ /**
2759+ * FlipClock Chinese Language Pack
2760+ *
2761+ * This class will used to translate tokens into the Chinese language.
2762+ *
2763+ */
2764+
2765+ FlipClock . Lang . Chinese = {
2766+
2767+ 'years' : '年' ,
2768+ 'months' : '月' ,
2769+ 'days' : '日' ,
2770+ 'hours' : '时' ,
2771+ 'minutes' : '分' ,
2772+ 'seconds' : '秒'
2773+
2774+ } ;
2775+
2776+ /* Create various aliases for convenience */
2777+
2778+ FlipClock . Lang [ 'zh' ] = FlipClock . Lang . Chinese ;
2779+ FlipClock . Lang [ 'zh-cn' ] = FlipClock . Lang . Chinese ;
2780+ FlipClock . Lang [ 'chinese' ] = FlipClock . Lang . Chinese ;
2781+
2782+ } ( jQuery ) ) ;
You can’t perform that action at this time.
0 commit comments