Typo in Translation documentation
    
    
    
      
      
      
        
On page https://docs.djangoproject.com/en/dev/topics/i18n/translation/ under "Note on performance" it says:
"In the following example, the cache is invalidated whenever your restart your application server."
I think it should say:
"In the following example, the cache is invalidated whenever you restart your application server."
English is not my first language, but I think it's wrong. 
       
     
   
 
      
        
        
          Change History
          (7)
        
          
  
  
  
    
      | Easy pickings: | 
      
        set
       | 
    
    
      | Triage Stage: | 
      
        Unreviewed → Accepted
       | 
    
  
 
           
          
  
  
  
    
      | Owner: | 
      
        changed from nobody to Ola Sitarska
       | 
    
    
      | Status: | 
      
        new → assigned
       | 
    
  
 
           
          
          
  
  
  
    
      | Resolution: | 
      
        → fixed
       | 
    
    
      | Status: | 
      
        assigned → closed
       | 
    
  
 
           
          
          
          
          
         
       
     
        
    
    
Good catch, that is indeed a typo.
If you'd like to try your hand at fixing it, the file to edit is https://github.com/django/django/blob/master/docs/topics/i18n/translation.txt#L1043.
Thanks.