* Tweak bg translation for last week
The current translation adds a very specific and mostly unnecessary 'at' in the beginning. It just looks/sounds wrong. Maybe there are cases when this might be correct but surely not most of the time. [insert 'change my mind' meme]
* move bg changes to proper files
case 0:
case 3:
case 6:
- return '[Ð\92 изминалата] dddd [в] LT';
+ return '[Ð\9cиналата] dddd [в] LT';
case 1:
case 2:
case 4:
case 5:
- return '[Ð\92 изминалия] dddd [в] LT';
+ return '[Ð\9cиналия] dddd [в] LT';
}
},
sameElse : 'L'
doy : 7 // The week that contains Jan 7th is the first week of the year.
}
});
-
case 0:
case 3:
case 6:
- return '[Ð\92 изминалата] dddd [в] LT';
+ return '[Ð\9cиналата] dddd [в] LT';
case 1:
case 2:
case 4:
case 5:
- return '[Ð\92 изминалия] dddd [в] LT';
+ return '[Ð\9cиналия] dddd [в] LT';
}
}
assert.equal(moment([2012, 0, 8]).format('w ww wo'), '2 02 2-ри', 'Jan 8 2012 should be week 2');
assert.equal(moment([2012, 0, 9]).format('w ww wo'), '3 03 3-ти', 'Jan 9 2012 should be week 3');
});
-