From: ryangreaves Date: Wed, 14 May 2014 16:40:51 +0000 (-0700) Subject: Update cy.js X-Git-Tag: 2.7.0~14^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0e7d3d8893adc7a0b7f9f15a6962a915e56cc17;p=thirdparty%2Fmoment.git Update cy.js --- diff --git a/test/lang/cy.js b/test/lang/cy.js index dec695e7a..56f1fbde1 100644 --- a/test/lang/cy.js +++ b/test/lang/cy.js @@ -177,7 +177,7 @@ exports["lang:cy"] = { test.expect(2); test.equal(moment(30000).from(0), "mewn ychydig eiliadau", "prefix"); - test.equal(moment(0).from(30000), "ychydig eiliadau yn àl", "suffix"); + test.equal(moment(0).from(30000), "ychydig eiliadau yn ôl", "suffix"); test.done(); },