Переглянути джерело

Replace "answerNeedToIncludePlural": "include" to "answerNeedToIncludePlural": "need include"

Sergienko Anton 7 роки тому
батько
коміт
27638326dd
2 змінених файлів з 114 додано та 114 видалено
  1. 113 113
      src/data.json
  2. 1 1
      src/program_efremova.py

Різницю між файлами не показано, бо вона завелика
+ 113 - 113
src/data.json


+ 1 - 1
src/program_efremova.py

@@ -396,7 +396,7 @@ def check_words_in_plural():
                         index_as_form = index
             answer = None
             if is_initial_form:
-                answer = 'include'
+                answer = 'need include'
             if not is_initial_form and is_as_form:
                 answer = 'exclude'
             if is_initial_form and is_as_form and index_as_form != index_initial_form:

Деякі файли не було показано, через те що забагато файлів було змінено