aboutsummaryrefslogtreecommitdiff
path: root/node_modules/moment/locale
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-12-10 21:51:33 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-12-10 21:51:33 +0100
commit0469abd4a9c9270a1fdc962969e36e63699af8b4 (patch)
treef9864d4a4148621378958794cbbfdc2393733283 /node_modules/moment/locale
parent6947e79bbc258f7bc96af424ddb71a511f0c15a3 (diff)
upgrade dependencies
Diffstat (limited to 'node_modules/moment/locale')
-rw-r--r--node_modules/moment/locale/es-us.js2
-rw-r--r--node_modules/moment/locale/hu.js3
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';