feat(contracts): Provide locale via post request
This commit is contained in:
		@@ -2,6 +2,7 @@ package models
 | 
			
		||||
 | 
			
		||||
type Contract struct {
 | 
			
		||||
	Runners []Runner `json:"runners"`
 | 
			
		||||
	Locale  string   `json:"locale" enums:"en,de"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type Runner struct {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user