mirror of
				https://github.com/MCV-Software/TWBlue.git
				synced 2025-11-04 13:57:05 +00:00 
			
		
		
		
	Fixed Basque locale
This commit is contained in:
		@@ -67,11 +67,13 @@ class GalicianLocale(Locale):
 | 
				
			|||||||
class BasqueLocale(Locale):
 | 
					class BasqueLocale(Locale):
 | 
				
			||||||
	names = ['eu', 'eu_eu']
 | 
						names = ['eu', 'eu_eu']
 | 
				
			||||||
	past = 'duela {0}'
 | 
						past = 'duela {0}'
 | 
				
			||||||
	future = '{0}' # I don't know what's the right phrase in Basque for the future.
 | 
						future = '{0} igarota'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	timeframes = {
 | 
						timeframes = {
 | 
				
			||||||
		'now': 'Orain',
 | 
							'now': 'Orain',
 | 
				
			||||||
		'seconds': 'segundu',
 | 
							# 'second': 'segundu bat',
 | 
				
			||||||
 | 
							'seconds': 'segundu batzuk', # without specifying a number.
 | 
				
			||||||
 | 
							#'seconds':  '{0} segundu', # specifying a number
 | 
				
			||||||
		'minute': 'minutu bat',
 | 
							'minute': 'minutu bat',
 | 
				
			||||||
		'minutes': '{0} minutu',
 | 
							'minutes': '{0} minutu',
 | 
				
			||||||
		'hour': 'ordu bat',
 | 
							'hour': 'ordu bat',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user