Преглед изворни кода

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
                         index_as_form = index
             answer = None
             answer = None
             if is_initial_form:
             if is_initial_form:
-                answer = 'include'
+                answer = 'need include'
             if not is_initial_form and is_as_form:
             if not is_initial_form and is_as_form:
                 answer = 'exclude'
                 answer = 'exclude'
             if is_initial_form and is_as_form and index_as_form != index_initial_form:
             if is_initial_form and is_as_form and index_as_form != index_initial_form:

Неке датотеке нису приказане због велике количине промена