diff options
Diffstat (limited to 'lib/l10n/ast.js')
-rw-r--r-- | lib/l10n/ast.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/l10n/ast.js b/lib/l10n/ast.js index 1ed5425bf49..e98d8604551 100644 --- a/lib/l10n/ast.js +++ b/lib/l10n/ast.js @@ -24,7 +24,7 @@ OC.L10N.register( "last month" : "mes caberu", "_%n month ago_::_%n months ago_" : ["hai %n mes","hai %n meses"], "last year" : "añu caberu", - "_%n year go_::_%n years ago_" : ["",""], + "_%n year ago_::_%n years ago_" : ["",""], "_%n hour ago_::_%n hours ago_" : ["hai %n hora","hai %n hores"], "_%n minute ago_::_%n minutes ago_" : ["hai %n minutu","hai %n minutos"], "seconds ago" : "hai segundos", |