From: Oire Date: Sat, 1 Jun 2013 12:03:21 +0000 (+0300) Subject: And this does work indeed, thanks to guru @ichernev X-Git-Tag: 2.1.0~29^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F803%2Fhead;p=thirdparty%2Fmoment.git And this does work indeed, thanks to guru @ichernev --- diff --git a/lang/uk.js b/lang/uk.js index 446d9f1a0..1fa2b4c5c 100644 --- a/lang/uk.js +++ b/lang/uk.js @@ -86,11 +86,11 @@ require('../moment').lang('uk', { case 3: case 5: case 6: - return '[Минулої] dddd [' + 'о' + (this.hours() === 11 ? 'б' : '') + '] LT'; + return processHoursFunction('[Минулої] dddd [').call(this); case 1: case 2: case 4: - return '[Минулого] dddd [' + 'о' + (this.hours() === 11 ? 'б' : '') + '] LT'; + return processHoursFunction('[Минулого] dddd [').call(this); } }, sameElse: 'L'