diff options
Diffstat (limited to 'node_modules/moment/locale')
-rw-r--r-- | node_modules/moment/locale/es-us.js | 2 | ||||
-rw-r--r-- | node_modules/moment/locale/hu.js | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/node_modules/moment/locale/es-us.js b/node_modules/moment/locale/es-us.js index d5661efea..c7d2f9737 100644 --- a/node_modules/moment/locale/es-us.js +++ b/node_modules/moment/locale/es-us.js @@ -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) { diff --git a/node_modules/moment/locale/hu.js b/node_modules/moment/locale/hu.js index e2158741e..8460392bf 100644 --- a/node_modules/moment/locale/hu.js +++ b/node_modules/moment/locale/hu.js @@ -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'; |