]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Fix escaping 780/head
authorbalazsmeszegeto <balazs.meszegeto@thomsonreuters.com>
Tue, 14 May 2013 11:34:31 +0000 (13:34 +0200)
committerbalazsmeszegeto <balazs.meszegeto@thomsonreuters.com>
Tue, 14 May 2013 11:34:31 +0000 (13:34 +0200)
lang/hu.js

index 93750017a8b31a441958be8ae327e71854dd4ba3..2f6cbb69d4ba628a58e3f92a6b77778da730be3b 100644 (file)
@@ -37,7 +37,7 @@ function translate(number, withoutSuffix, key, isFuture) {
 }
 
 function week(isFuture) {
-    return (isFuture ? '' : 'mĂșlt ') + '[' + weekEndings[this.day()] + '] LT[-kor]';
+    return (isFuture ? '' : '[mĂșlt] ') + '[' + weekEndings[this.day()] + '] LT[-kor]';
 }
 
 require('../moment').lang('hu', {