From 9458f4fc45bf834fc722222f14c1d6738c27cf45 Mon Sep 17 00:00:00 2001 From: Carlos Date: Mon, 15 Apr 2013 12:29:18 +0300 Subject: [PATCH] Update gl.js 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/gl.js b/lang/gl.js index eff725bc4..713ea720f 100644 --- a/lang/gl.js +++ b/lang/gl.js @@ -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", -- 2.47.2