3333: Update for the Croatian DateHandler
svn: r13514
This commit is contained in:
		@@ -203,13 +203,16 @@ class DateDisplayHR(DateDisplay):
 | 
			
		||||
    """
 | 
			
		||||
    Croatian language date display class. 
 | 
			
		||||
    """
 | 
			
		||||
    # TODO: Translate these month strings:
 | 
			
		||||
    long_months = ( u"", u"January", u"February", u"March", u"April", u"May", 
 | 
			
		||||
                    u"June", u"July", u"August", u"September", u"October", 
 | 
			
		||||
                    u"November", u"December" )
 | 
			
		||||
    long_months = ("",
 | 
			
		||||
        u"januara", u"februara", u"marta", u"aprila",
 | 
			
		||||
        u"maja", u"juna", u"jula", u"avgusta",
 | 
			
		||||
        u"septembra", u"oktobra", u"novembra", u"decembra"
 | 
			
		||||
        )
 | 
			
		||||
    
 | 
			
		||||
    short_months = ( u"", u"Jan", u"Feb", u"Mar", u"Apr", u"May", u"Jun", 
 | 
			
		||||
                     u"Jul", u"Aug", u"Sep", u"Oct", u"Nov", u"Dec" )
 | 
			
		||||
    short_months = ("",
 | 
			
		||||
        u"jan", u"feb", u"mar", u"apr", u"maj", u"jun",
 | 
			
		||||
        u"jul", u"avg", u"sep", u"okt", u"nov", u"dec"
 | 
			
		||||
        )
 | 
			
		||||
    
 | 
			
		||||
    calendar = (
 | 
			
		||||
        "", u" (julijanski)", u" (hebrejski)", 
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user