mirror of
				https://github.com/Mikaela/Limnoria.git
				synced 2025-10-31 15:47:25 +01:00 
			
		
		
		
	Merge branch 'i18n' into l10n-fr
This commit is contained in:
		
						commit
						e7cf7788be
					
				| @ -199,7 +199,7 @@ def getFloat(irc, msg, args, state, type=_('floating point number')): | ||||
| 
 | ||||
| def getPositiveInt(irc, msg, args, state, *L): | ||||
|     getInt(irc, msg, args, state, | ||||
|            p=lambda i: i>0, type=_('positive integer') *L) | ||||
|            p=lambda i: i>0, type=_('positive integer'), *L) | ||||
| 
 | ||||
| def getNonNegativeInt(irc, msg, args, state, *L): | ||||
|     getInt(irc, msg, args, state, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Valentin Lorentz
						Valentin Lorentz