Sfoglia il codice sorgente

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

Sergienko Anton 7 anni fa
parent
commit
27638326dd
2 ha cambiato i file con 114 aggiunte e 114 eliminazioni
  1. 113 113
      src/data.json
  2. 1 1
      src/program_efremova.py

File diff suppressed because it is too large
+ 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:

Some files were not shown because too many files changed in this diff