From 915eb5802f80056325ccc648563ea2b59d8faa44 Mon Sep 17 00:00:00 2001 From: Sukil Etxenike Date: Sun, 2 Aug 2015 00:04:04 +0200 Subject: [PATCH] Fixed Basque locale --- src/fixes/fix_arrow.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/fixes/fix_arrow.py b/src/fixes/fix_arrow.py index b834dd47..fed25726 100644 --- a/src/fixes/fix_arrow.py +++ b/src/fixes/fix_arrow.py @@ -67,11 +67,13 @@ class GalicianLocale(Locale): class BasqueLocale(Locale): names = ['eu', 'eu_eu'] past = 'duela {0}' - future = '{0}' # I don't know what's the right phrase in Basque for the future. + future = '{0} igarota' timeframes = { 'now': 'Orain', - 'seconds': 'segundu', + # 'second': 'segundu bat', + 'seconds': 'segundu batzuk', # without specifying a number. + #'seconds': '{0} segundu', # specifying a number 'minute': 'minutu bat', 'minutes': '{0} minutu', 'hour': 'ordu bat',