Преглед на файлове

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:

Някои файлове не бяха показани, защото твърде много файлове са промени