]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Update gl.js 725/head
authorCarlos <cdaaira@gmail.com>
Mon, 15 Apr 2013 09:29:18 +0000 (12:29 +0300)
committerCarlos <cdaaira@gmail.com>
Mon, 15 Apr 2013 09:29:18 +0000 (12:29 +0300)
Corrected "un segundo" --> "uns segundos" (a few seconds).
I realised my error in last correction after take a look and correct gl.js in test section.

lang/gl.js

index eff725bc4de4a7765c1f84ff05a839b70ff7c4c7..713ea720f7763e9797911997859d9e10f21b2e1d 100644 (file)
@@ -36,7 +36,7 @@ require('../moment').lang('gl', {
     relativeTime : {
         future : "en %s",
         past : "hai %s",
-        s : "un segundo",
+        s : "uns segundos",
         m : "un minuto",
         mm : "%d minutos",
         h : "unha hora",