forked from dymik739/modular-bot-framework-for-telegram
		
	Changed accusative list for weekdays.
This commit is contained in:
		
							parent
							
								
									91748be435
								
							
						
					
					
						commit
						1ea0ab35e3
					
				@ -9,7 +9,7 @@ def readfile(filename):
 | 
			
		||||
 | 
			
		||||
# global constants
 | 
			
		||||
# Accusative - znahidnyj
 | 
			
		||||
WEEKDAYS_ACCUSATIVE = ["понеділок", "вівторок", "середу", "четвер", "п'ятницю", "суботу", "неділю"]
 | 
			
		||||
WEEKDAYS_ACCUSATIVE = ["в понеділок", "у вівторок", "в середу", "в четвер", "в п'ятницю", "в суботу", "в неділю"]
 | 
			
		||||
# Genitive - rodovyj
 | 
			
		||||
WEEKDAYS_GENITIVE_NEXT = ["наступного понеділка", "наступного вівторка", "наступної середи", "наступного четверга",
 | 
			
		||||
                          "наступної п'ятниці", "наступної суботи", "наступної неділі"]
 | 
			
		||||
@ -170,4 +170,4 @@ def process(message, path):
 | 
			
		||||
                                                                       current_day, current_week, overrides=preferences)
 | 
			
		||||
                                    for lesson_time in lesson_list]
 | 
			
		||||
 | 
			
		||||
        return f"__Пари у {WEEKDAYS_ACCUSATIVE[selected_day % 7]}__\n" + "\n\n".join(lesson_descriptions_list)
 | 
			
		||||
        return f"__Пари {WEEKDAYS_ACCUSATIVE[selected_day % 7]}__\n" + "\n\n".join(lesson_descriptions_list)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user