Merge pull request #8 from sukiletxe/next-gen

Fixed small typo in arrow, in Basque locale.
This commit is contained in:
2015-04-08 17:47:18 -05:00

View File

@@ -79,7 +79,7 @@ class BasqueLocale(Locale):
'day': 'egun bat',
'days': '{0} egun',
'month': 'hilabete bat',
'months': '{0} hilabet',
'months': '{0} hilabete',
'year': 'urte bat',
'years': '{0} urte',
}