livestampjs icon indicating copy to clipboard operation
livestampjs copied to clipboard

how Change Language??

Open MarsCaiWORD opened this issue 8 years ago • 1 comments

Change to zh-tw

MarsCaiWORD avatar Mar 14 '16 06:03 MarsCaiWORD

change it from moment it self this code work as a function depend on moment.js

exactly like this

/ Livestamp.js / v2.0.0 / (c) 2015 Matt Bradley / MIT License
(function (plugin) {
  moment.locale('ru'); // for russian language 
  if (typeof define === 'function' && define.amd) {
    // AMD. Register as an anonymous module.
    define(['jquery', 'moment'], plugin);
....................  etc 

jehadja avatar Jul 08 '16 17:07 jehadja