Skip to content

Commit

Permalink
Build 2.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marwahaha committed Nov 29, 2017
1 parent dd15d9d commit 4caa268
Show file tree
Hide file tree
Showing 9 changed files with 66 additions and 390 deletions.
2 changes: 1 addition & 1 deletion locale/es-us.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! moment.js locale configuration
//! locale : Spanish(United State) [es-us]
//! locale : Spanish (United States) [es-us]
//! author : bustta : https://github.com/bustta

;(function (global, factory) {
Expand Down
3 changes: 1 addition & 2 deletions locale/hu.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@

var weekEndings = 'vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton'.split(' ');
function translate(number, withoutSuffix, key, isFuture) {
var num = number,
suffix;
var num = number;
switch (key) {
case 's':
return (isFuture || withoutSuffix) ? 'néhány másodperc' : 'néhány másodperce';
Expand Down
5 changes: 2 additions & 3 deletions min/locales.js
Original file line number Diff line number Diff line change
Expand Up @@ -2597,7 +2597,7 @@ moment.defineLocale('es-do', {
});

//! moment.js locale configuration
//! locale : Spanish(United State) [es-us]
//! locale : Spanish (United States) [es-us]
//! author : bustta : https://github.com/bustta

var monthsShortDot$1 = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split('_');
Expand Down Expand Up @@ -4076,8 +4076,7 @@ moment.defineLocale('hr', {

var weekEndings = 'vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton'.split(' ');
function translate$4(number, withoutSuffix, key, isFuture) {
var num = number,
suffix;
var num = number;
switch (key) {
case 's':
return (isFuture || withoutSuffix) ? 'néhány másodperc' : 'néhány másodperce';
Expand Down
2 changes: 1 addition & 1 deletion min/locales.min.js

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions min/moment-with-locales.js
Original file line number Diff line number Diff line change
Expand Up @@ -4472,12 +4472,12 @@ addParseToken('x', function (input, array, config) {
// Side effect imports

//! moment.js
//! version : 2.19.2
//! version : 2.19.3
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
//! license : MIT
//! momentjs.com

hooks.version = '2.19.2';
hooks.version = '2.19.3';

setHookCallback(createLocal);

Expand Down Expand Up @@ -7097,7 +7097,7 @@ hooks.defineLocale('es-do', {
});

//! moment.js locale configuration
//! locale : Spanish(United State) [es-us]
//! locale : Spanish (United States) [es-us]
//! author : bustta : https://github.com/bustta

var monthsShortDot$1 = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split('_');
Expand Down Expand Up @@ -8576,8 +8576,7 @@ hooks.defineLocale('hr', {

var weekEndings = 'vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton'.split(' ');
function translate$4(number, withoutSuffix, key, isFuture) {
var num = number,
suffix;
var num = number;
switch (key) {
case 's':
return (isFuture || withoutSuffix) ? 'néhány másodperc' : 'néhány másodperce';
Expand Down
2 changes: 1 addition & 1 deletion min/moment-with-locales.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion min/moment.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 4caa268

Please sign in to comment.