Fixed small typo in arrow, in Basque locale.

This commit is contained in:
Sukil Etxenike 2015-04-08 23:47:50 +02:00
parent 324b18e8a4
commit 88ffdb4c29

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',
}