},
relativeTime : {
future : "อีก %s",
- past : "%sà¸\97ีà¹\88à¸\9cà¹\88าà¸\99มา",
+ past : "%sà¸\97ีà¹\88à¹\81ลà¹\89ว",
s : "ไม่กี่วินาที",
m : "1 นาที",
mm : "%d นาที",
"suffix" : function(test) {
test.expect(2);
test.equal(moment(30000).from(0), "อีก ไม่กี่วินาที", "prefix");
- test.equal(moment(0).from(30000), "à¹\84มà¹\88à¸\81ีà¹\88วิà¸\99าà¸\97ีà¸\97ีà¹\88à¸\9cà¹\88าà¸\99มา", "suffix");
+ test.equal(moment(0).from(30000), "à¹\84มà¹\88à¸\81ีà¹\88วิà¸\99าà¸\97ีà¸\97ีà¹\88à¹\81ลà¹\89ว", "suffix");
test.done();
},
"now from now" : function(test) {
test.expect(1);
- test.equal(moment().fromNow(), "à¹\84มà¹\88à¸\81ีà¹\88วิà¸\99าà¸\97ีà¸\97ีà¹\88à¸\9cà¹\88าà¸\99มา", "now from now should display as in the past");
+ test.equal(moment().fromNow(), "à¹\84มà¹\88à¸\81ีà¹\88วิà¸\99าà¸\97ีà¸\97ีà¹\88à¹\81ลà¹\89ว", "now from now should display as in the past");
test.done();
},