livestampjs
livestampjs copied to clipboard
how Change Language??
Change to zh-tw
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